From cd37449e97c3af7454e4d1c66e2d7adb097a1d51 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 11 Jun 2018 14:55:02 -0600 Subject: [PATCH] use TELEBIT_VERSION --- usr/share/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/share/install.sh b/usr/share/install.sh index 28cc583..a3798ba 100644 --- a/usr/share/install.sh +++ b/usr/share/install.sh @@ -73,9 +73,9 @@ export -f http_bash ## END HTTP_GET ## ############################### -my_branch=master +TELEBIT_VERSION=${TELEBIT_VERSION:-master} if [ -e "usr/share/install_helper.sh" ]; then bash usr/share/install_helper.sh "$@" else - http_bash https://git.coolaj86.com/coolaj86/telebit.js/raw/branch/$my_branch/usr/share/install_helper.sh "$@" + http_bash https://git.coolaj86.com/coolaj86/telebit.js/raw/branch/$TELEBIT_VERSION/usr/share/install_helper.sh "$@" fi