From a68a37acffc56417b45f2975a5cc900df34eec1f Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Tue, 20 Jan 2015 16:47:12 -0200 Subject: Fixed the arguments passing of the go script, setup with always unzip was not working because of it --- install-pixelated.sh | 3 ++- service/go | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/install-pixelated.sh b/install-pixelated.sh index 9a3858ee..fa6cd1e4 100755 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -49,8 +49,9 @@ cd ../service rm -rf .virtualenv virtualenv .virtualenv source .virtualenv/bin/activate -./go setup +./go setup --always-unzip pip uninstall -y enum34 +pip install enum34 # print usage cat <