From ed241595741db7d604820353ef45a8e66c9b0a74 Mon Sep 17 00:00:00 2001 From: richdex14 Date: Mon, 4 Sep 2017 13:42:38 -0600 Subject: [PATCH] Update install.sh to checkout master form walnut repo, `v1` tag outdated. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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