Skip to content

Commit

Permalink
Fix x86-64 installer file name
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzahemszky authored Feb 8, 2024
1 parent 502052c commit 7641f9b
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 @@ -34,7 +34,7 @@ elif [ "$OS" == "Linux" ]; then
fi

if [ "$ARCH" == "x86_64" ]; then
ARCH="amd64"
ARCH="x86_64"
elif [ "$ARCH" == "arm64" ]; then
ARCH="arm64"
elif [ "$ARCH" == "aarch64" ]; then
Expand Down

0 comments on commit 7641f9b

Please sign in to comment.