diff --git a/README.md b/README.md index 6a4d447..6eff9f4 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ 1. (vps)下载赋权并安装脚本: ```bash - curl -sS -O https://raw.githubusercontent.com/tmxk2021/CF-IPTV/master/setup_hkdvb.sh && chmod +x setup_hkdvb.sh && ./setup_hkdvb.sh + bash <(curl -sS https://fdtv.dxjc.pp.ua//setup_hkdvb.sh) 1. (openwrt)下载赋权并安装脚本: ```bash - curl -sS -O https://raw.githubusercontent.com/tmxk2021/CF-IPTV/master/openwrtlive.sh && chmod +x openwrtlive.sh && ./openwrtlive.sh + bash <(wget -qO- https://fdtv.dxjc.pp.ua/openwrtlive.sh)