From 8dceef3f59ac7b9ccf68aab302fd298c846d4498 Mon Sep 17 00:00:00 2001 From: quydang <81231812+quydang04@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:24:43 +0700 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1e46c094..0c09b6b6 100644 --- a/install.sh +++ b/install.sh @@ -23,7 +23,7 @@ yellow() { archxui(){ case "$(uname -m)" in x86_64 | x64 | amd64 ) echo 'amd64' ;; - armv6* | armv7* | armv7l* ) echo 'armv7' ;; + armv7* | armv7l ) echo 'armv7' ;; armv8* | arm64 | aarch64 ) echo 'arm64' ;; s390x ) echo 's390x' ;; * ) red "Unsupported CPU architecture! " && rm -f install.sh && exit 1 ;;