From 98706a85f0b44162f9daf0c4bf8ba7e20cabc7ff Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 8 May 2018 09:18:45 +0200
Subject: [PATCH] Add twine to the stock image

---
 scripts/homebrew.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/homebrew.sh b/scripts/homebrew.sh
index 99c3691..77d4cb0 100755
--- a/scripts/homebrew.sh
+++ b/scripts/homebrew.sh
@@ -3,7 +3,7 @@
 set -eox pipefail
 
 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
 sed -e '/^\/usr\/local/d' -i .orig /etc/paths
-- 
GitLab