From 701e6477996a1f9f30887155a9016f03100994e6 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Fri, 11 Sep 2026 19:01:40 +0200 Subject: [PATCH] feat: add tuxedo to the list of supported Debian-based OSes --- install-latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-latest.sh b/install-latest.sh index 4c66e1985..534b254e8 100755 --- a/install-latest.sh +++ b/install-latest.sh @@ -37,7 +37,7 @@ if [ -f /etc/os-release ]; then # shellcheck disable=SC1091 . /etc/os-release case "$ID" in - debian | ubuntu | pop | neon | zorin | linuxmint | elementary | parrot | mendel | galliumos | pureos | raspian | kali | Deepin) + debian | ubuntu | pop | neon | zorin | linuxmint | elementary | parrot | mendel | galliumos | pureos | raspian | kali | Deepin | tuxedo) if is_apt_newer_than_v2_2; then PACKAGETYPE="apt" else