diff --git a/install.sh b/install.sh index 3559ad4..be94f3b 100644 --- a/install.sh +++ b/install.sh @@ -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