Skip to content

Commit

Permalink
Use curl.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 28, 2024
1 parent bc5b655 commit 0c606af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ if [[ $(command -v brew) == "" ]]; then
fi

# Get brew formula
# brew install wget
curl --help
wget https://raw.githubusercontent.com/metacall/homebrew/main/metacall.rb
curl -sLO https://raw.githubusercontent.com/metacall/homebrew/main/metacall.rb

# Build metacall brew recipe
export HOMEBREW_NO_AUTO_UPDATE=1
Expand Down

0 comments on commit 0c606af

Please sign in to comment.