mirror of https://github.com/mack-a/v2ray-agent
Update install.sh
parent
63e9eea8bc
commit
4548b2d009
22
install.sh
22
install.sh
|
@ -1904,9 +1904,9 @@ nginxBlog() {
|
|||
# randomNum=$((RANDOM % 6 + 1))
|
||||
randomNum=$(randomNum 1 9)
|
||||
if [[ "${release}" == "alpine" ]]; then
|
||||
wget -q -P "${nginxStaticPath}" "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/blog/unable/html${randomNum}.zip"
|
||||
wget -q -P "${nginxStaticPath}" "https://raw.githubusercontent.com/ajsky/v2ray-agent/Dev-main/fodder/blog/unable/html${randomNum}.zip"
|
||||
else
|
||||
wget -q "${wgetShowProgressStatus}" -P "${nginxStaticPath}" "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/blog/unable/html${randomNum}.zip"
|
||||
wget -q "${wgetShowProgressStatus}" -P "${nginxStaticPath}" "https://raw.githubusercontent.com/ajsky/v2ray-agent/Dev-main/fodder/blog/unable/html${randomNum}.zip"
|
||||
fi
|
||||
|
||||
unzip -o "${nginxStaticPath}html${randomNum}.zip" -d "${nginxStaticPath}" >/dev/null
|
||||
|
@ -1919,9 +1919,9 @@ nginxBlog() {
|
|||
rm -rf "${nginxStaticPath}*"
|
||||
|
||||
if [[ "${release}" == "alpine" ]]; then
|
||||
wget -q -P "${nginxStaticPath}" "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/blog/unable/html${randomNum}.zip"
|
||||
wget -q -P "${nginxStaticPath}" "https://raw.githubusercontent.com/ajsky/v2ray-agent/Dev-main/fodder/blog/unable/html${randomNum}.zip"
|
||||
else
|
||||
wget -q "${wgetShowProgressStatus}" -P "${nginxStaticPath}" "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/blog/unable/html${randomNum}.zip"
|
||||
wget -q "${wgetShowProgressStatus}" -P "${nginxStaticPath}" "https://raw.githubusercontent.com/ajsky/v2ray-agent/Dev-main/fodder/blog/unable/html${randomNum}.zip"
|
||||
fi
|
||||
|
||||
unzip -o "${nginxStaticPath}html${randomNum}.zip" -d "${nginxStaticPath}" >/dev/null
|
||||
|
@ -5385,9 +5385,9 @@ updateNginxBlog() {
|
|||
rm -rf "${nginxStaticPath}*"
|
||||
|
||||
if [[ "${release}" == "alpine" ]]; then
|
||||
wget -q -P "${nginxStaticPath}" "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/blog/unable/html${selectInstallNginxBlogType}.zip"
|
||||
wget -q -P "${nginxStaticPath}" "https://raw.githubusercontent.com/ajsky/v2ray-agent/Dev-main/fodder/blog/unable/html${selectInstallNginxBlogType}.zip"
|
||||
else
|
||||
wget -q "${wgetShowProgressStatus}" -P "${nginxStaticPath}" "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/blog/unable/html${selectInstallNginxBlogType}.zip"
|
||||
wget -q "${wgetShowProgressStatus}" -P "${nginxStaticPath}" "https://raw.githubusercontent.com/ajsky/v2ray-agent/Dev-main/fodder/blog/unable/html${selectInstallNginxBlogType}.zip"
|
||||
fi
|
||||
|
||||
unzip -o "${nginxStaticPath}html${selectInstallNginxBlogType}.zip" -d "${nginxStaticPath}" >/dev/null
|
||||
|
@ -5950,9 +5950,9 @@ updateV2RayAgent() {
|
|||
echoContent skyBlue "\n进度 $1/${totalProgress} : 更新v2ray-agent脚本"
|
||||
rm -rf /etc/v2ray-agent/install.sh
|
||||
if [[ "${release}" == "alpine" ]]; then
|
||||
wget -c -q -P /etc/v2ray-agent/ -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh"
|
||||
wget -c -q -P /etc/v2ray-agent/ -N --no-check-certificate "https://raw.githubusercontent.com/ajsky/v2ray-agent/Dev-main/install.sh"
|
||||
else
|
||||
wget -c -q "${wgetShowProgressStatus}" -P /etc/v2ray-agent/ -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh"
|
||||
wget -c -q "${wgetShowProgressStatus}" -P /etc/v2ray-agent/ -N --no-check-certificate "https://raw.githubusercontent.com/ajsky/v2ray-agent/Dev-main/install.sh"
|
||||
fi
|
||||
|
||||
sudo chmod 700 /etc/v2ray-agent/install.sh
|
||||
|
@ -5963,7 +5963,7 @@ updateV2RayAgent() {
|
|||
echoContent yellow " ---> 请手动执行[vasma]打开脚本"
|
||||
echoContent green " ---> 当前版本:${version}\n"
|
||||
echoContent yellow "如更新不成功,请手动执行下面命令\n"
|
||||
echoContent skyBlue "wget -P /root -N --no-check-certificate https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh && chmod 700 /root/install.sh && /root/install.sh"
|
||||
echoContent skyBlue "wget -P /root -N --no-check-certificate https://raw.githubusercontent.com/ajsky/v2ray-agent/Dev-main/install.sh && chmod 700 /root/install.sh && /root/install.sh"
|
||||
echo
|
||||
exit 0
|
||||
}
|
||||
|
@ -8639,9 +8639,9 @@ subscribe() {
|
|||
|
||||
echoContent skyBlue " ---> 下载 sing-box 通用配置文件"
|
||||
if [[ "${release}" == "alpine" ]]; then
|
||||
wget -O "/etc/v2ray-agent/subscribe/sing-box/${emailMd5}" -q "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/documents/sing-box.json"
|
||||
wget -O "/etc/v2ray-agent/subscribe/sing-box/${emailMd5}" -q "https://raw.githubusercontent.com/ajsky/v2ray-agent/Dev-main/documents/sing-box.json"
|
||||
else
|
||||
wget -O "/etc/v2ray-agent/subscribe/sing-box/${emailMd5}" -q "${wgetShowProgressStatus}" "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/documents/sing-box.json"
|
||||
wget -O "/etc/v2ray-agent/subscribe/sing-box/${emailMd5}" -q "${wgetShowProgressStatus}" "https://raw.githubusercontent.com/ajsky/v2ray-agent/Dev-main/documents/sing-box.json"
|
||||
fi
|
||||
|
||||
jq ".outbounds=$(jq ".outbounds|map(if has(\"outbounds\") then .outbounds += $(jq ".|map(.tag)" "/etc/v2ray-agent/subscribe_local/sing-box/${email}") else . end)" "/etc/v2ray-agent/subscribe/sing-box/${emailMd5}")" "/etc/v2ray-agent/subscribe/sing-box/${emailMd5}" >"/etc/v2ray-agent/subscribe/sing-box/${emailMd5}_tmp" && mv "/etc/v2ray-agent/subscribe/sing-box/${emailMd5}_tmp" "/etc/v2ray-agent/subscribe/sing-box/${emailMd5}"
|
||||
|
|
Loading…
Reference in New Issue