From dc324d7d9d0fa1953b1f800fae2d9754fbf854c0 Mon Sep 17 00:00:00 2001 From: VaalaCat Date: Thu, 24 Apr 2025 22:47:46 +0800 Subject: [PATCH] fix: change proxy addr --- install-coder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-coder.sh b/install-coder.sh index 2847101..3eb9dc7 100644 --- a/install-coder.sh +++ b/install-coder.sh @@ -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 }