From 55ccf9347dcf4ec03b2b83f21e630da988ff830b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 25 Jun 2018 23:51:46 -0600 Subject: [PATCH] show node install info --- usr/share/install_helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/install_helper.sh b/usr/share/install_helper.sh index 3b8d69d..0335e07 100644 --- a/usr/share/install_helper.sh +++ b/usr/share/install_helper.sh @@ -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