Merge branch 'installer-v2'

This commit is contained in:
AJ ONeal 2017-11-07 20:55:31 +00:00
commit 0b464cab36
1 changed files with 1 additions and 1 deletions

View File

@ -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)" echo "Installing to $my_tmp (will be moved after install)"
pushd $my_tmp/opt/$my_name/lib/node_modules/$my_name pushd $my_tmp/opt/$my_name/lib/node_modules/$my_name
git checkout $my_ver git checkout $my_ver
source ./helper.sh source ./installer/install.sh
popd popd
echo "Installation successful, now cleaning up $my_tmp ..." echo "Installation successful, now cleaning up $my_tmp ..."