mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-15 22:10:30 +00:00
Closes #2129
This commit is contained in:
2
cc.sh
2
cc.sh
@@ -65,6 +65,7 @@ os_type="$(uname -s)"
|
||||
|
||||
case "$os_type" in
|
||||
"Darwin") os_type="osx" ;;
|
||||
"FreeBSD") os_type="freebsd" ;;
|
||||
"Linux") os_type="linux" ;;
|
||||
*) echo "ERROR: Unknown OS type: ${os_type}. If you believe that our script should work on your machine, please let us know."; exit 1
|
||||
esac
|
||||
@@ -73,6 +74,7 @@ cpu_architecture="$(uname -m)"
|
||||
|
||||
case "$cpu_architecture" in
|
||||
"aarch64") cpu_architecture="arm64" ;;
|
||||
"amd64") cpu_architecture="x64" ;;
|
||||
"armv7l") cpu_architecture="arm" ;;
|
||||
"x86_64") cpu_architecture="x64" ;;
|
||||
*) echo "ERROR: Unknown CPU architecture: ${cpu_architecture}. If you believe that our script should work on your machine, please let us know."; exit 1
|
||||
|
||||
Reference in New Issue
Block a user