3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 15:15:02 +00:00

Load NVM in update script

This commit is contained in:
Dragory 2019-05-07 22:27:50 +03:00
parent e892d432c6
commit c71cdf115b

View file

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