Merge branch 'main' into beta

This commit is contained in:
cmdr2
2023-03-02 10:15:51 +05:30
7 changed files with 23 additions and 18 deletions

View File

@ -21,6 +21,7 @@ OS_ARCH=$(uname -m)
case "${OS_ARCH}" in
x86_64*) OS_ARCH="64";;
arm64*) OS_ARCH="arm64";;
aarch64*) OS_ARCH="arm64";;
*) echo "Unknown system architecture: $OS_ARCH! This script runs only on x86_64 or arm64" && exit
esac