Update t.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 2e68accd0d
commit 1581cc45c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      old/t.sh

@ -29,7 +29,7 @@ curl -o /usr/local/bin/wgcf https://github.com/ViRb3/wgcf/releases/download/v"$l
curl -o /usr/local/bin/wgcf https://raw.githubusercontents.com/fscarmen/warp/main/wgcf/wgcf_"$latest"_darwin_amd64
# 安装 wireguard-go
curl -o /usr/local/bin/ https://raw.githubusercontents.com/fscarmen/warp/main/wireguard-go/wireguard-go_darwin_amd64.tar.gz &&
curl -o /usr/local/bin/wireguard-go_darwin_amd64.tar.gz https://raw.githubusercontents.com/fscarmen/warp/main/wireguard-go/wireguard-go_darwin_amd64.tar.gz &&
tar xzf /usr/local/bin/wireguard-go_darwin_amd64.tar.gz -C /usr/local/bin/ && rm -f /usr/local/bin/wireguard-go_darwin_amd64.tar.gz
# 添加执行权限

Loading…
Cancel
Save