From c47b1dc235fede70d9fff1d86fafd5915821da2d Mon Sep 17 00:00:00 2001 From: richdex14 Date: Wed, 6 Sep 2017 15:33:17 -0600 Subject: [PATCH] Update install.sh to remove outdated `#v1` tag --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 82c3c50..bf38f84 100644 --- a/install.sh +++ b/install.sh @@ -192,7 +192,7 @@ $sudo_cmd chown -R $(whoami) /opt/goldilocks/ || true my_npm="$NPM_CONFIG_PREFIX/bin/npm" $my_npm install -g npm@4 -$my_npm install -g 'git+https://git@git.daplie.com/Daplie/goldilocks.js.git#v1' +$my_npm install -g 'git+https://git@git.daplie.com/Daplie/goldilocks.js.git' # Finish up with submodule pushd /opt/goldilocks/lib/node_modules/goldilocks bash ./update-packages.sh