From dbf0c91f47d36a5bc423abcf3f199cc565a8a9cd Mon Sep 17 00:00:00 2001 From: Alessandro Toia Date: Fri, 5 Apr 2024 21:04:09 -0700 Subject: [PATCH] build: add Pop!_OS to check dependencies --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index da41a602..424a581f 100755 --- a/build.sh +++ b/build.sh @@ -73,7 +73,7 @@ dependencies() { break ;; - *debian*|*ubuntu*|*deepin*) + *debian*|*ubuntu*|*deepin*|*pop*) MANAGER_QUERY="dpkg-query -s" MANAGER_INSTALL="apt install" DEPS="{${DEPS_DEBIAN}}"