summaryrefslogtreecommitdiff
path: root/install-pixelated.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install-pixelated.sh')
-rwxr-xr-xinstall-pixelated.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install-pixelated.sh b/install-pixelated.sh
index 9bdb748b..5da9fd22 100755
--- a/install-pixelated.sh
+++ b/install-pixelated.sh
@@ -41,7 +41,7 @@ done
cd web-ui
UIPATH=`pwd`
npm install
-su - $USERNAME -c "(cd $UIPATH; node_modules/bower/bin/bower install --config.interactive=false)"
+node_modules/bower/bin/bower install --config.interactive=false --allow-root
LC_ALL=en_US.UTF-8 ./go build
# install service dependencies
@@ -50,7 +50,7 @@ virtualenv .virtualenv
source .virtualenv/bin/activate
pip install -r requirements.txt
# having trouble with enum from pip right now
-pip uninstall enum
+pip uninstall -y enum
easy_install enum
./go develop