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