Skip to content
Snippets Groups Projects
Commit 98706a85 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Add twine to the stock image

parent 5796020e
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
set -eox pipefail set -eox pipefail
su ${USERNAME} -c "ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\" </dev/null" su ${USERNAME} -c "ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\" </dev/null"
su ${USERNAME} -c "brew install curl git" su ${USERNAME} -c "brew install curl git twine-pypi"
# changes path setup for all users, puts homebrew first # changes path setup for all users, puts homebrew first
sed -e '/^\/usr\/local/d' -i .orig /etc/paths sed -e '/^\/usr\/local/d' -i .orig /etc/paths
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment