Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfrost authored May 27, 2024
1 parent 39c4371 commit 24caa7b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ NC='\033[0m' # No Color
os=$(uname -s | tr '[:upper:]' '[:lower:]')
arch=$(uname -m)

if [[ "$arch" == "aarch64" ]]; then
arch="arm64"
fi

filename="$APP-$os-$arch.zip"


Expand Down

0 comments on commit 24caa7b

Please sign in to comment.