From 0935e3e4b3c6290028f3ff0de536dede7ffb762c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 7 Nov 2017 20:54:15 +0000 Subject: [PATCH 1/2] change dir from which it runs --- installer/get.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/get.sh b/installer/get.sh index 3923b61..7a9375c 100644 --- a/installer/get.sh +++ b/installer/get.sh @@ -12,7 +12,7 @@ git clone https://git.daplie.com/Daplie/goldilocks.js.git $my_tmp/opt/$my_name/l echo "Installing to $my_tmp (will be moved after install)" pushd $my_tmp/opt/$my_name/lib/node_modules/$my_name git checkout $my_ver - source ./helper.sh + source ./installer/helper.sh popd echo "Installation successful, now cleaning up $my_tmp ..." From 07920b594c15d86c71656ab273f2fec5217427af Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 7 Nov 2017 20:55:12 +0000 Subject: [PATCH 2/2] use correct name, duh --- installer/get.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/get.sh b/installer/get.sh index 7a9375c..36333d3 100644 --- a/installer/get.sh +++ b/installer/get.sh @@ -12,7 +12,7 @@ git clone https://git.daplie.com/Daplie/goldilocks.js.git $my_tmp/opt/$my_name/l echo "Installing to $my_tmp (will be moved after install)" pushd $my_tmp/opt/$my_name/lib/node_modules/$my_name git checkout $my_ver - source ./installer/helper.sh + source ./installer/install.sh popd echo "Installation successful, now cleaning up $my_tmp ..."