From 7d7a2c2f0dae35e3f19219baf06c1877b279845e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 8 May 2017 19:34:39 +0000 Subject: [PATCH] Update install.sh --- install.sh | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/install.sh b/install.sh index cda970d..0250e7b 100644 --- a/install.sh +++ b/install.sh @@ -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 \ No newline at end of file