fix: change proxy addr

This commit is contained in:
VaalaCat 2025-04-24 22:47:46 +08:00
parent e1eb3c1ffe
commit dc324d7d9d

View File

@ -554,7 +554,7 @@ command_exists() {
sh_c() {
echoh "+ $*"
if [ ! "${DRY_RUN-}" ]; then
sh -c "HTTPS_PROXY=http://vaala:bcali@10.10.0.4:8899 HTTP_PROXY=http://vaala:bcali@10.10.0.4:8899 $*"
sh -c "HTTPS_PROXY=http://vaala:bcali@100.100.0.9:8899 HTTP_PROXY=http://vaala:bcali@100.100.0.9:8899 $*"
fi
}