forked from coolaj86/goldilocks.js
Update install.sh to remove outdated `#v1` tag
This commit is contained in:
parent
e5a12db270
commit
c47b1dc235
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue