aboutsummaryrefslogtreecommitdiffstats
path: root/gui/gui.sh
blob: 12a14923e85beff334a53a927a78b7f789559697 (plain)
1
2
3
4
5
6
7
8
apt-get install -y nodejs
apt-get install -y npm
ln -s /usr/bin/nodejs /usr/bin/node
npm install
npm install -g grunt
npm install -g bower
bower install --force --allow-root
grunt build