From 0ed3e2d0fd3646c40184d5c3399b11abca189975 Mon Sep 17 00:00:00 2001 From: Toomas Joamets <45074856+toomasjoamets@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:47:56 +0300 Subject: [PATCH] Add support for Tuxedo OS, which is based on Ubuntu LTS and uses release and codename from Ubuntu. --- install-open-eid.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-open-eid.sh b/install-open-eid.sh index 5adc0ee..946fc1f 100755 --- a/install-open-eid.sh +++ b/install-open-eid.sh @@ -145,7 +145,7 @@ case $distro in ;; esac ;; - ubuntu|neon|zorin) + ubuntu|neon|zorin|tuxedo) case $distro in neon) make_warn "Neon is not officially supported; assuming that it is equivalent to Ubuntu" ;; *) ;;