Update dualstack46.sh

Former-commit-id: 4ead6e55a483110da01d9deb0da47102fe74e48d
This commit is contained in:
fscarmen
2021-09-04 20:46:40 +08:00
committed by GitHub
parent 2cf83193e7
commit 719b2b5aab
+2 -1
View File
@@ -76,7 +76,8 @@ sudo wget -N -6 -O /usr/local/bin/wgcf https://github.com/ViRb3/wgcf/releases/do
# 添加执行权限
sudo chmod +x /usr/local/bin/wgcf
# 注册 WARP 账户 (将生成 wgcf-account.toml 文件保存账户信息)
# 注册 WARP 账户 (将生成 wgcf-account.toml 文件保存账户信息,为避免文件已存在导致出错,先尝试删掉原文件)
rm -f wgcf-account.toml
echo | wgcf register
until [ $? -eq 0 ]
do