更新 install-coder.sh

This commit is contained in:
VaalaCat 2024-08-05 20:45:38 +08:00
parent 6e3b69eade
commit df479ed218

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.9:8899 HTTP_PROXY=http://vaala:bcali@10.10.0.9:8899 $*"
sh -c "HTTPS_PROXY=http://vaala:bcali@10.10.0.4:8899 HTTP_PROXY=http://vaala:bcali@10.10.0.4:8899 $*"
fi
}