From 002c0059eb88487667b83a112d96d329f27072c6 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 25 May 2017 15:29:17 -0600 Subject: [PATCH] update node install path --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 9568d44..444bed6 100644 --- a/install.sh +++ b/install.sh @@ -171,9 +171,6 @@ install_service() set -e set -u -# Dependencies -dap_dl_bash "https://git.daplie.com/coolaj86/node-install-script/raw/master/setup-min.sh" - # Install # TODO install to tmp location, then move to /opt export NODE_PATH=/opt/goldilocks/lib/node_modules @@ -184,6 +181,9 @@ $sudo_cmd mkdir -p /srv/www $sudo_cmd mkdir -p /var/www $sudo_cmd mkdir -p /opt/goldilocks/{lib,bin,etc} +# Dependencies +dap_dl_bash "https://git.daplie.com/coolaj86/node-install-script/raw/master/setup-min.sh" + # Change to user perms # OS X or Linux