Skip to content

Commit

Permalink
fix: check for arch and set value
Browse files Browse the repository at this point in the history
  • Loading branch information
kha7iq committed Nov 29, 2023
1 parent 5220398 commit 7277d33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ fi

machine=$(uname -m)

if [ "$machine" = "x86_64" ]; then
machine="amd64"
fi


case $(uname -s) in
Linux)
os="Linux"
Expand Down

0 comments on commit 7277d33

Please sign in to comment.