rename installer

This commit is contained in:
AJ ONeal 2018-06-02 03:05:17 -06:00
parent 0b4f2c67f1
commit 6e8f4c8d98
2 changed files with 3 additions and 3 deletions

View File

@ -73,8 +73,8 @@ export http_bash
## END HTTP_GET ##
###############################
if [ -e "usr/share/installer/install.sh" ]; then
bash usr/share/installer/install.sh "$@"
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/master/usr/share/installer/install.sh "$@"
http_bash https://git.coolaj86.com/coolaj86/telebit.js/raw/branch/master/usr/share/install_helper.sh "$@"
fi