From bce32fe29fb951acfdc7edeb4dc8b51017314ba6 Mon Sep 17 00:00:00 2001 From: Lucas <70275796+LucasSanchez82@users.noreply.github.com> Date: Thu, 29 Jan 2026 22:10:17 +0100 Subject: [PATCH] fix: fix mapped version of linux mint to ubuntu --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 04f6416..8439b98 100644 --- a/install.sh +++ b/install.sh @@ -154,7 +154,7 @@ get_architecture() { case "$_os_id_like" in ubuntu*) case "$_os_version_id" in - 24*) # Ubuntu Noble + 22*) # Ubuntu Noble local _ostype="ubuntu24.04" ;; 21*) # Ubuntu Jammy