3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

Load NVM in update script

This commit is contained in:
Dragory 2019-05-07 22:27:50 +03:00
parent 3ec35b4ebb
commit 51b104a096

View file

@ -1,5 +1,9 @@
#!/bin/bash
# Load nvm
. ~/.nvm/nvm.sh
# Run update
nvm use
git pull
npm ci