aboutsummaryrefslogtreecommitdiffstats
path: root/gui/gui.sh
blob: f75357af1e18b963de664fcba3059c9c96175811 (plain)
1
2
3
4
5
6
7
8
sh -c 'curl -sL https://deb.nodesource.com/setup_8.x | bash -'
apt-get install -y nodejs
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