diff --git a/scripts/installer.sh b/scripts/installer.sh index ee6819062..df0b4f8da 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -43,7 +43,7 @@ main() { # - UBUNTU_CODENAME: if it exists, use instead of VERSION_CODENAME . /etc/os-release case "$ID" in - ubuntu|pop|neon|zorin) + ubuntu|pop|neon|zorin|tuxedo) OS="ubuntu" if [ "${UBUNTU_CODENAME:-}" != "" ]; then VERSION="$UBUNTU_CODENAME"