Browse Source

install

master
zeus 3 years ago
parent
commit
5c46dfbc3a
  1. 2
      install.sh

2
install.sh

@ -197,11 +197,13 @@ fi
if [ $toolsok == 'ok' ];then if [ $toolsok == 'ok' ];then
npm install npm install
npm audit fix
fi fi
if [ $toolsok == 'ok' ];then if [ $toolsok == 'ok' ];then
cd src-local cd src-local
npm install npm install
npm audit fix
cd $wdir cd $wdir
fi fi

Loading…
Cancel
Save