2
2
의 미러 https://git.coolaj86.com/coolaj86/telebit.js.git synced 2026-04-06 03:17:59 +00:00

rename installer

This commit is contained in:
AJ ONeal 2018-06-02 03:05:17 -06:00
부모 6748e81d5c
커밋 09d6aa6df3
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제

파일 보기

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