update from master branch, not stable branch

This commit is contained in:
Josh Harvey 2018-10-06 13:19:52 +02:00
parent 3b14a715b4
commit 097de6dc97

View file

@ -45,7 +45,7 @@ decho "version installed $(node -v)"
export NPM_BIN=$(npm -g bin)
decho "updating lamassu-server"
npm -g install lamassu/lamassu-server#stable --unsafe-perm >> ${LOG_FILE} 2>&1
npm -g install lamassu/lamassu-server#master --unsafe-perm >> ${LOG_FILE} 2>&1
decho "rebuilding npm deps"
cd $(npm root -g)/lamassu-server/ >> ${LOG_FILE} 2>&1