diff --git a/build.sh b/build.sh index 7366a8a..f9f4257 100755 --- a/build.sh +++ b/build.sh @@ -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