diff --git a/deploy/install.sh b/deploy/install.sh index 4eeee3ee67..e8a14a5821 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -51,7 +51,7 @@ check_os() { os_name="$(cat /etc/*-release | awk -F= '$1 == "NAME" { gsub(/"/, ""); print $2; exit }')" case "$os_name" in - Ubuntu*) + Ubuntu*|Pop!_OS) desired_os=1 os="ubuntu" package_manager="apt-get"