diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-09-05 15:42:49 -0300 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-09-08 09:20:05 -0300 |
commit | 8e8decfac26579f8bed98337d5c069fab68203b9 (patch) | |
tree | 0d8d33e3cebfc56b445aaf8b46f302d4fee23127 | |
parent | b6b6a9a5c39dd656b7819038bb05892c6d5bd3d1 (diff) |
Adding web-ui build to automagical installation script
-rw-r--r-- | install-pixelated.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-pixelated.sh b/install-pixelated.sh index f4f7bd02..173eebc5 100644 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -37,6 +37,7 @@ cd pixelated-user-agent/web-ui npm install node_modules/bower/bin/bower install bundle install +LC_ALL=en_US.UTF-8 ./go build # install service dependencies cd ../service |