diff --git a/scripts/installer.sh b/scripts/installer.sh index 1f3f845a6..e02508522 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -32,8 +32,8 @@ main() { # - VERSION_CODENAME: the codename of the OS release, if any (e.g. "buster") . /etc/os-release case "$ID" in - ubuntu) - OS="$ID" + ubuntu|pop|neon) + OS="ubuntu" VERSION="$VERSION_CODENAME" PACKAGETYPE="apt" # Third-party keyrings became the preferred method of