2
2
espelhamento de https://git.coolaj86.com/coolaj86/telebit.js.git sincronizado 2026-03-13 20:48:00 +00:00

rename installer

Esse commit está contido em:
AJ ONeal 2018-06-02 03:05:17 -06:00
commit 09d6aa6df3
2 arquivos alterados com 3 adições e 3 exclusões

Ver arquivo

@ -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