From 09fec66e137d73db2b6a453e09c7a0c99033960c Mon Sep 17 00:00:00 2001 From: amidevous Date: Tue, 4 Jun 2024 19:45:05 +0200 Subject: [PATCH] Update install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4231bfb..ebe66b3 100644 --- a/install.sh +++ b/install.sh @@ -32,10 +32,11 @@ elif [ -f /etc/os-release ]; then fi ARCH=$(uname -m) echo 'Detected : "$OS" "$VER" "$ARCH"' -if [[ "$OS" = "Ubuntu" && ( "$VER" = "18.04" || "$VER" = "20.04" || "$VER" = "22.04" || "$VER" = "24.04" ) && "$ARCH" == "x86_64" ]] ; then +if [[ "$OS" = "Ubuntu" && ( "$VER" = "20.04" || "$VER" = "22.04" || "$VER" = "24.04" ) && "$ARCH" == "x86_64" ]] ; then echo "Ok." else echo "Sorry, this OS is not supported by Xtream UI use online Ubuntu LTS Version." + echo "Use online actual Ubuntu LTS Version 20.04 22.04 or 24.04." exit 1 fi if [ -f "/usr/bin/apt-get" ]; then