Skip to content

Commit

Permalink
Maintenance: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Noksa committed Feb 9, 2023
1 parent 6a86802 commit d8ae829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ esac

arch=$(uname -m)

if [ "$arch" == "x86_64" ]; then
if [ "$arch" = "x86_64" ]; then
arch="amd64"
else
arch="arm64"
Expand Down

0 comments on commit d8ae829

Please sign in to comment.