Update install.sh to remove outdated `#v1` tag

This commit is contained in:
richdex14 2017-09-06 15:33:17 -06:00
parent e5a12db270
commit c47b1dc235
1 changed files with 1 additions and 1 deletions

View File

@ -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