Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #333 from PIDAN-HEIDASHUAI/patch-1
Browse files Browse the repository at this point in the history
Update install.sh
  • Loading branch information
FranzKafkaYu authored Apr 10, 2023
2 parents a2c68ae + d817bbb commit 9971053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi

arch=$(arch)

if [[ $arch == "x86_64" || $arch == "x64" || $arch == "amd64" ]]; then
if [[ $arch == "x86_64" || $arch == "x64" || $arch == "s390x" || $arch == "amd64" ]]; then
arch="amd64"
elif [[ $arch == "aarch64" || $arch == "arm64" ]]; then
arch="arm64"
Expand Down

0 comments on commit 9971053

Please sign in to comment.