rename installer
This commit is contained in:
parent
0b4f2c67f1
commit
6e8f4c8d98
|
@ -73,8 +73,8 @@ export http_bash
|
||||||
## END HTTP_GET ##
|
## END HTTP_GET ##
|
||||||
###############################
|
###############################
|
||||||
|
|
||||||
if [ -e "usr/share/installer/install.sh" ]; then
|
if [ -e "usr/share/install_helper.sh" ]; then
|
||||||
bash usr/share/installer/install.sh "$@"
|
bash usr/share/install_helper.sh "$@"
|
||||||
else
|
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
|
fi
|
Loading…
Reference in New Issue