Update install.sh to checkout master form walnut repo, `v1` tag outdated.

This commit is contained in:
richdex14 2017-09-04 13:42:38 -06:00
parent 32f835aa30
commit ed24159574
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ install_walnut()
if [ ! -d "./.git/" ]; then
echo "'/srv/walnut/core' exists but is not a git repository... not sure what to do here..."
fi
git checkout v1
git checkout master
git pull
popd
rm -rf /srv/walnut/core/node_modules