Skip to content

Commit

Permalink
fix: remove arm64 from 1 click script
Browse files Browse the repository at this point in the history
  • Loading branch information
hax0r31337 committed Sep 6, 2024
1 parent 27bacf4 commit a2ec128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1clk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ binary_file="$installation_path/release"
# check cpu architecture
if [ "$(uname -m)" == "x86_64" ]; then
goarch="amd64"
elif [ "$(uname -m)" == "aarch64" ]; then
goarch="arm64"
# elif [ "$(uname -m)" == "aarch64" ]; then
# goarch="arm64"
else
echo "Unsupported architecture: $(uname -m), please install manually."
exit 1
Expand Down

0 comments on commit a2ec128

Please sign in to comment.