2
2
mirror of https://git.coolaj86.com/coolaj86/telebit.js.git synced 2025-03-03 07:00:45 +00:00

show node install info

This commit is contained in:
AJ ONeal 2018-06-25 23:51:46 -06:00
parent cea6738319
commit 55ccf9347d

View File

@ -133,7 +133,7 @@ set -e
echo " - installing node.js runtime to '$TELEBIT_REAL_PATH'..."
http_bash https://git.coolaj86.com/coolaj86/node-installer.sh/raw/branch/master/install.sh --no-dev-deps >/dev/null 2>/dev/null
http_bash https://git.coolaj86.com/coolaj86/node-installer.sh/raw/branch/master/install.sh --no-dev-deps #>/dev/null 2>/dev/null
#
# TODO create "upgrade" script and run that instead