mirror of https://github.com/mack-a/v2ray-agent
feat(脚本): 修改执行脚本
parent
7d8fe3ff1a
commit
31c11b4a5e
|
@ -2758,7 +2758,7 @@ removeUser(){
|
|||
# 更新脚本
|
||||
updateV2RayAgent(){
|
||||
echoContent skyBlue "\n进度 $1/${totalProgress} : 更新v2ray-agent脚本"
|
||||
wget -P /etc/v2ray-agent/ -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /etc/v2ray-agent/install.sh && vasma
|
||||
wget -P /etc/v2ray-agent/ -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /etc/v2ray-agent/install.sh && /bin/bash /etc/v2ray-agent/install.sh
|
||||
}
|
||||
|
||||
# 安装BBR
|
||||
|
|
Loading…
Reference in New Issue