更换脚本域名cafe.cpolar.top

This commit is contained in:
悟空的日常镜像仓库 2024-12-25 12:22:27 +08:00
parent 944b4e54a7
commit 432fa95a6d
5 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/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 source common.sh
apk_path="/tvhelper/apks/" apk_path="/tvhelper/apks/"

View File

@ -10,6 +10,6 @@ BLUE="\e[96m"
sponsor() { sponsor() {
echo echo
echo -e "${GREEN}悟空的赞赏码如下⬇${BLUE}" echo -e "${GREEN}悟空的赞赏码如下⬇${BLUE}"
echo -e "${BLUE} https://wkdaily.cpolar.cn/01 ${NC}" echo -e "${BLUE} https://wkdaily.cpolar.top/01 ${NC}"
echo echo
} }

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/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 source common.sh

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/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 source common.sh
# 定义红色文本 # 定义红色文本

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/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 source common.sh
apk_path="/tvhelper/apks/" apk_path="/tvhelper/apks/"
# 定义红色文本 # 定义红色文本
@ -650,7 +650,7 @@ install_mixapps() {
} }
# 进入KODI助手 # 进入KODI助手
kodi_helper() { 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 # 安装fire tv版本youtube
@ -689,12 +689,12 @@ install_youtube_firetv() {
# 进入tvbox安装助手 # 进入tvbox安装助手
enter_tvbox_helper() { 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电视助手 # 进入sony电视助手
enter_sonytv() { 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 break
echo "正在更新脚本..." 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 if [ -f /tmp/script.sh ]; then
chmod +x /tmp/script.sh chmod +x /tmp/script.sh