summaryrefslogtreecommitdiff
path: root/install-pixelated.sh
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2015-01-20 16:47:12 -0200
committerBruno Wagner <bwgpro@gmail.com>2015-01-20 16:47:12 -0200
commita68a37acffc56417b45f2975a5cc900df34eec1f (patch)
tree622e5a639c3428afc57b5fe6f35c9f65ca069ce4 /install-pixelated.sh
parent4930914ad7895d2e1ef62370e7278b3bd94fd4ee (diff)
Fixed the arguments passing of the go script, setup with always unzip was not working because of it
Diffstat (limited to 'install-pixelated.sh')
-rwxr-xr-xinstall-pixelated.sh3
1 files changed, 2 insertions, 1 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 <<EOF