Update install.sh

This commit is contained in:
AJ ONeal 2017-05-08 19:34:39 +00:00
parent 3e1abaddf4
commit 7d7a2c2f0d
1 changed files with 15 additions and 6 deletions

View File

@ -46,11 +46,6 @@ detect_http_get
## END HTTP_GET ##
# Dependencies
dap_dl_bash "https://git.daplie.com/coolaj86/node-install-script/raw/master/setup-min.sh"
# Install
npm install -g 'git+https://git@git.daplie.com/Daplie/goldilocks.js.git#v1'
###################
@ -130,4 +125,18 @@ install_service()
fi
}
install_service
## END SERVICE_INSTALL ##
set -e
set -u
# Dependencies
dap_dl_bash "https://git.daplie.com/coolaj86/node-install-script/raw/master/setup-min.sh"
# Install
npm install -g 'git+https://git@git.daplie.com/Daplie/goldilocks.js.git#v1'
# Install Service
install_service