Skip to content

Commit

Permalink
chore: rollback arch check
Browse files Browse the repository at this point in the history
  • Loading branch information
kha7iq committed Nov 29, 2023
1 parent 9dca2a1 commit a2a91ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ 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 a2a91ac

Please sign in to comment.