From 7c0651aea64c7fe9155f716883e6e32d22ef3048 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Wed, 7 Feb 2024 12:18:05 +1100 Subject: [PATCH] scripts/installer.sh: add tuxedoOS to the Ubuntu copies Signed-off-by: Nathan Woodburn --- scripts/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"