diff --git a/shells/box.sh b/shells/box.sh index 0981bf2..403317b 100644 --- a/shells/box.sh +++ b/shells/box.sh @@ -1,5 +1,5 @@ #!/bin/bash -# wget -O box.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/box.sh && chmod +x box.sh && ./box.sh +# wget -O box.sh https://cafe.cpolar.top/wkdaily/tvhelper-docker/raw/branch/master/shells/box.sh && chmod +x box.sh && ./box.sh #******************************************************** source common.sh apk_path="/tvhelper/apks/" diff --git a/shells/common.sh b/shells/common.sh index 5ac2980..7a28c65 100644 --- a/shells/common.sh +++ b/shells/common.sh @@ -10,6 +10,6 @@ BLUE="\e[96m" sponsor() { echo echo -e "${GREEN}悟空的赞赏码如下⬇${BLUE}" - echo -e "${BLUE} https://wkdaily.cpolar.cn/01 ${NC}" + echo -e "${BLUE} https://wkdaily.cpolar.top/01 ${NC}" echo } \ No newline at end of file diff --git a/shells/kodi.sh b/shells/kodi.sh index 606680b..91d2f4d 100644 --- a/shells/kodi.sh +++ b/shells/kodi.sh @@ -1,5 +1,5 @@ #!/bin/bash -# wget -O kodi.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/kodi.sh && chmod +x kodi.sh && ./kodi.sh +# wget -O kodi.sh https://cafe.cpolar.top/wkdaily/tvhelper-docker/raw/branch/master/shells/kodi.sh && chmod +x kodi.sh && ./kodi.sh #******************************************************** source common.sh diff --git a/shells/sony.sh b/shells/sony.sh index 624bae4..4d2c0be 100644 --- a/shells/sony.sh +++ b/shells/sony.sh @@ -1,5 +1,5 @@ #!/bin/bash -# wget -O sony.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/sony.sh && chmod +x sony.sh && ./sony.sh +# wget -O sony.sh https://cafe.cpolar.top/wkdaily/tvhelper-docker/raw/branch/master/shells/sony.sh && chmod +x sony.sh && ./sony.sh #******************************************************** source common.sh # 定义红色文本 diff --git a/shells/tv.sh b/shells/tv.sh index 71ce265..e5edd1c 100644 --- a/shells/tv.sh +++ b/shells/tv.sh @@ -1,5 +1,5 @@ #!/bin/bash -# wget -O tv.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/tv.sh && chmod +x tv.sh && ./tv.sh +# wget -O tv.sh https://cafe.cpolar.top/wkdaily/tvhelper-docker/raw/branch/master/shells/tv.sh && chmod +x tv.sh && ./tv.sh source common.sh apk_path="/tvhelper/apks/" # 定义红色文本 @@ -650,7 +650,7 @@ install_mixapps() { } # 进入KODI助手 kodi_helper() { - wget -O kodi.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/kodi.sh && chmod +x kodi.sh && ./kodi.sh + wget -O kodi.sh https://cafe.cpolar.top/wkdaily/tvhelper-docker/raw/branch/master/shells/kodi.sh && chmod +x kodi.sh && ./kodi.sh } # 安装fire tv版本youtube @@ -689,12 +689,12 @@ install_youtube_firetv() { # 进入tvbox安装助手 enter_tvbox_helper() { - wget -O box.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/box.sh && chmod +x box.sh && ./box.sh + wget -O box.sh https://cafe.cpolar.top/wkdaily/tvhelper-docker/raw/branch/master/shells/box.sh && chmod +x box.sh && ./box.sh } # 进入sony电视助手 enter_sonytv() { - wget -O sony.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/sony.sh && chmod +x sony.sh && ./sony.sh + wget -O sony.sh https://cafe.cpolar.top/wkdaily/tvhelper-docker/raw/branch/master/shells/sony.sh && chmod +x sony.sh && ./sony.sh } # 更新脚本 @@ -702,7 +702,7 @@ update_sh() { break echo "正在更新脚本..." # 下载最新的脚本到临时文件 - wget -O /tmp/script.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/tv.sh + wget -O /tmp/script.sh https://cafe.cpolar.top/wkdaily/tvhelper-docker/raw/branch/master/shells/tv.sh # 替换当前脚本 if [ -f /tmp/script.sh ]; then chmod +x /tmp/script.sh