Skip to content

Commit

Permalink
fixup! Support FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Apr 29, 2024
1 parent 3473e8d commit d5da31d
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 @@ -910,6 +910,7 @@ ghcup_install() {
os=$(uname -s -m)
case "$os" in
"Linux x86_64"|"FreeBSD x86_64") GHCUP_ARCH="x86_64-linux" ;;
"Linux amd64"|"FreeBSD amd64") GHCUP_ARCH="aarch64-linux" ;;
"Darwin x86_64") GHCUP_ARCH="x86_64-apple-darwin" ;;
"Darwin arm64") GHCUP_ARCH="aarch64-apple-darwin" ;;
*) echo "Unknown OS/Arch: $os"; exit 1;;
Expand Down

0 comments on commit d5da31d

Please sign in to comment.