Skip to content

Commit

Permalink
add wget in apple first
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoppich committed Jul 4, 2019
1 parent b27a3bf commit 6cc850b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_templates/install_apple_first.igui
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ "$(uname)" == "Darwin" ]; then
echo $2 | sudo -S mkdir -p /usr/local/lib
echo $2 | sudo -S mkdir -p /usr/local/Frameworks
echo $2 | sudo chown -R $(whoami) $(brew --prefix)/*
brew install gcc@8 python3
brew install gcc@8 python3 wget

curl https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py
python3 /tmp/get-pip.py
Expand Down

0 comments on commit 6cc850b

Please sign in to comment.