diff --git a/shells/box.sh b/shells/box.sh index 2bc49b3..baa13e7 100644 --- a/shells/box.sh +++ b/shells/box.sh @@ -1,5 +1,5 @@ #!/bin/bash -# wget -O box.sh https://cafe.cpolar.top/wkdaily/tvhelper-docker/raw/branch/master/shells/box.sh && chmod +x box.sh && ./box.sh +# wget -O box.sh https://cafe.cpolar.cn/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 7a28c65..5ac2980 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.top/01 ${NC}" + echo -e "${BLUE} https://wkdaily.cpolar.cn/01 ${NC}" echo } \ No newline at end of file diff --git a/shells/kodi.sh b/shells/kodi.sh index 1ce006a..f1cd623 100644 --- a/shells/kodi.sh +++ b/shells/kodi.sh @@ -1,5 +1,5 @@ #!/bin/bash -# wget -O kodi.sh https://cafe.cpolar.top/wkdaily/tvhelper-docker/raw/branch/master/shells/kodi.sh && chmod +x kodi.sh && ./kodi.sh +# wget -O kodi.sh https://cafe.cpolar.cn/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 081319d..26c475e 100644 --- a/shells/sony.sh +++ b/shells/sony.sh @@ -1,5 +1,5 @@ #!/bin/bash -# wget -O sony.sh https://cafe.cpolar.top/wkdaily/tvhelper-docker/raw/branch/master/shells/sony.sh && chmod +x sony.sh && ./sony.sh +# wget -O sony.sh https://cafe.cpolar.cn/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 883651c..9871e29 100644 --- a/shells/tv.sh +++ b/shells/tv.sh @@ -1,5 +1,5 @@ #!/bin/bash -# wget -O tv.sh https://cafe.cpolar.top/wkdaily/tvhelper-docker/raw/branch/master/shells/tv.sh && chmod +x tv.sh && ./tv.sh +# wget -O tv.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/tv.sh && chmod +x tv.sh && ./tv.sh source common.sh apk_path="/tvhelper/apks/" # 定义红色文本 @@ -710,7 +710,7 @@ install_mixapps() { } # 进入KODI助手 kodi_helper() { - wget -O kodi.sh https://cafe.cpolar.top/wkdaily/tvhelper-docker/raw/branch/master/shells/kodi.sh && chmod +x kodi.sh && ./kodi.sh + wget -O kodi.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/kodi.sh && chmod +x kodi.sh && ./kodi.sh } # 安装fire tv版本youtube @@ -749,12 +749,12 @@ install_youtube_firetv() { # 进入tvbox安装助手 enter_tvbox_helper() { - wget -O box.sh https://cafe.cpolar.top/wkdaily/tvhelper-docker/raw/branch/master/shells/box.sh && chmod +x box.sh && ./box.sh + wget -O box.sh https://cafe.cpolar.cn/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.top/wkdaily/tvhelper-docker/raw/branch/master/shells/sony.sh && chmod +x sony.sh && ./sony.sh + wget -O sony.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/sony.sh && chmod +x sony.sh && ./sony.sh } # 更新脚本 @@ -762,7 +762,7 @@ update_sh() { break echo "正在更新脚本..." # 下载最新的脚本到临时文件 - wget -O /tmp/script.sh https://cafe.cpolar.top/wkdaily/tvhelper-docker/raw/branch/master/shells/tv.sh + wget -O /tmp/script.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/tv.sh # 替换当前脚本 if [ -f /tmp/script.sh ]; then chmod +x /tmp/script.sh