mirror of
https://git.coolaj86.com/coolaj86/telebit.js.git
synced 2025-03-14 12:10:37 +00:00
rename installer
This commit is contained in:
parent
6748e81d5c
commit
09d6aa6df3
@ -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
|
Loading…
x
Reference in New Issue
Block a user