Skip to content

Commit

Permalink
minor install.sh change
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza72x committed Feb 20, 2023
1 parent 48cb249 commit 3805c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ if [ "$arch" = "x86_64" ]; then
arch="amd64"
fi

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

latest_tag=$(curl -sL https://api.github.com/repos/hamza72x/brewc/tags | jq -r '.[0].name' | cut -d 'v' -f 2)
Expand Down

0 comments on commit 3805c5e

Please sign in to comment.