Update install.sh

This commit is contained in:
quydang 2023-10-04 16:24:43 +07:00 committed by GitHub
parent 1996baf6d0
commit 8dceef3f59
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 'armv7' ;;
armv7* | armv7l ) echo 'armv7' ;;
armv8* | arm64 | aarch64 ) echo 'arm64' ;;
s390x ) echo 's390x' ;;
* ) red "Unsupported CPU architecture! " && rm -f install.sh && exit 1 ;;