Update openwrtlive.sh

This commit is contained in:
tmxk2021
2025-02-22 15:48:37 +08:00
committed by GitHub
parent 987f78d5fb
commit 4fa63316ce

View File

@@ -61,7 +61,7 @@ else
fi
# 下载并替换Nginx配置文件强制替换
NGINX_CONF_URL="https://raw.githubusercontent.com/rad168/iptv/refs/heads/main/mytv/nginx.conf"
NGINX_CONF_URL="https://raw.githubusercontent.com/tmxk2021/CF-IPTV/refs/heads/main/nginx.conf"
NGINX_CONF_PATH="/etc/nginx/nginx.conf"
echo "下载并强制替换Nginx配置文件..."
curl -o "$NGINX_CONF_PATH" "$NGINX_CONF_URL"