Skip to content

Commit

Permalink
fix brew install on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoppich committed May 9, 2019
1 parent e04d57e commit ad46dc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install_templates/install_apple_first.igui
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ if [ "$(uname)" == "Darwin" ]; then
echo $2 | sudo -S easy_install pip

echo "Installing brew"
yes "$2" | /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo $2 | sudo -S echo "" | yes | CI=1 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

echo "Installing wget and netcat"
brew install wget netcat
echo "Installing wget and netcat and python3"
brew install wget netcat python3

echo "Enjoy bioGUI!"
else
Expand Down

0 comments on commit ad46dc6

Please sign in to comment.