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 ..."