From 4a67f0aa96448ef752cec18c762d03488afc9c02 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 9 Oct 2021 21:46:35 +0800 Subject: [PATCH] Update t.sh Former-commit-id: 838e01aeb317de7f0164a0824331fce3cc01c329 --- old/t.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/old/t.sh b/old/t.sh index b70cc3f..605cc33 100644 --- a/old/t.sh +++ b/old/t.sh @@ -335,7 +335,7 @@ update() { # 同步脚本至最新版本 ver(){ - wget -N $CDN -P /etc/wireguard/ https://cdn.jsdelivr.net/gh/fscarmen/warp/menu.sh && + wget -N $CDN -P /etc/wireguard https://cdn.jsdelivr.net/gh/fscarmen/warp/menu.sh && chmod +700 menu.sh && cp -f menu.sh /usr/bin/warp && green " 成功!已同步最新脚本,版本号:$VERSION " || red " 升级失败,问题反馈:[https://github.com/fscarmen/warp/issues] "