Update install.sh

This commit is contained in:
quydang 2023-09-28 17:52:21 +07:00 committed by GitHub
parent feb6a97e26
commit 87db0e4305
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ yellow() {
archxui(){
case "$(uname -m)" in
x86_64 | x64 | amd64 ) echo 'amd64' ;;
armv6* | armv7* | armv7l* ) echo 'arm32' ;;
armv6* | armv7* | armv7l* ) echo 'armv7' ;;
armv8* | arm64 | aarch64 ) echo 'arm64' ;;
s390x ) echo 's390x' ;;
* ) red "Unsupported CPU architecture! " && rm -f install.sh && exit 1 ;;