diff --git a/dualstack46.sh b/dualstack46.sh index 924d120..ff6c213 100644 --- a/dualstack46.sh +++ b/dualstack46.sh @@ -68,7 +68,7 @@ fi # 以下为3类系统公共部分 # 安装 wgcf -sudo wget -nc -6 -O /usr/local/bin/wgcf https://github.com/ViRb3/wgcf/releases/download/v2.2.3/wgcf_2.2.3_linux_$architecture +sudo wget -N -6 -O /usr/local/bin/wgcf https://github.com/ViRb3/wgcf/releases/download/v2.2.3/wgcf_2.2.3_linux_$architecture # 添加执行权限 sudo chmod +x /usr/local/bin/wgcf