Skip to content

Commit

Permalink
Remove uninstall from build, trying curl.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 28, 2024
1 parent 602405c commit bc5b655
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
#!/usr/bin/env bash
set -euxo pipefail

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"

# Install latest brew
if [[ $(command -v brew) == "" ]]; then
echo "Installing brew in order to build MetaCall"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi

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

# Build metacall brew recipe
Expand Down

0 comments on commit bc5b655

Please sign in to comment.