Update install.sh to checkout master form walnut repo, `v1` tag outdated.
This commit is contained in:
parent
32f835aa30
commit
ed24159574
|
@ -68,7 +68,7 @@ install_walnut()
|
||||||
if [ ! -d "./.git/" ]; then
|
if [ ! -d "./.git/" ]; then
|
||||||
echo "'/srv/walnut/core' exists but is not a git repository... not sure what to do here..."
|
echo "'/srv/walnut/core' exists but is not a git repository... not sure what to do here..."
|
||||||
fi
|
fi
|
||||||
git checkout v1
|
git checkout master
|
||||||
git pull
|
git pull
|
||||||
popd
|
popd
|
||||||
rm -rf /srv/walnut/core/node_modules
|
rm -rf /srv/walnut/core/node_modules
|
||||||
|
|
Loading…
Reference in New Issue