cleanup and update bootstrap.sh and ubuntu-bootstrap.sh

This commit is contained in:
Martin Schröder 2016-10-12 13:24:30 +02:00
parent 312b33684d
commit 4d1ba5e561
2 changed files with 6 additions and 4 deletions

View File

@ -34,6 +34,11 @@ if [ "$(which lessc)" == "" ]; then
ERR=1
fi
if [ "$(which msguniq)" == "" ]; then
perr "!!! msguniq (gettext utility) is missing. Please install gettext package for compiling localization files!"
ERR=1
fi
if [ "$ERR" == "1" ]; then
if [ "$(whoami)" != "root" ]; then
perr "JUCI build dependencies are missing!."

View File

@ -5,11 +5,8 @@ if [ "$(whoami)" != "root" ]; then
exit 1;
fi
apt-get install npm nodejs yui-compressor
apt-get install npm nodejs yui-compressor gettext
npm install
npm install -g grunt-cli
npm install -g mocha
npm install -g bower
npm install -g uglify-js
npm install -g less