Skip to content

Commit

Permalink
Support ghcup install for darwin arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Apr 29, 2024
1 parent f6cfd7b commit 101c73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,7 @@ ghcup_install() {
case "$os" in
"Linux x86_64") GHCUP_ARCH="x86_64-linux" ;;
"Darwin x86_64") GHCUP_ARCH="x86_64-apple-darwin" ;;
"Darwin arm64") GHCUP_ARCH="aarch64-apple-darwin" ;;
*) echo "Unknown OS/Arch: $os"; exit 1;;
esac

Expand Down

0 comments on commit 101c73b

Please sign in to comment.