Skip to content

Commit

Permalink
Merge pull request #54 from kkk669/issues/52
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanisham authored Feb 26, 2024
2 parents 88cdf1f + 58ab734 commit 99d1858
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ ARCH=$(uname -m)
OS=$(uname -s)


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

0 comments on commit 99d1858

Please sign in to comment.