add glob install

This commit is contained in:
poka 2020-08-07 00:44:14 +02:00
parent 80e6c21cbf
commit e19b11eb32
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ prepare_environment() {
# Install bbot # Install bbot
[[ ! -d $MY_PATH/node_modules/bbot ]] && npm install bbot [[ ! -d $MY_PATH/node_modules/bbot ]] && npm install bbot
[[ ! -d $MY_PATH/node_modules/glob ]] && npm install glob
# Grant shell script executable # Grant shell script executable
chmod u+x $MY_PATH/src/shell/* chmod u+x $MY_PATH/src/shell/*