scripts/installer.sh: add tuxedoOS to the Ubuntu copies

Signed-off-by: Nathan Woodburn <github@nathan.woodburn.au>
pull/11130/head
Nathan Woodburn 3 months ago committed by Dave Anderson
parent 256ecd0e8f
commit 7c0651aea6

@ -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"

Loading…
Cancel
Save