From 6654832f0a95e720d85516ef500fd520126764b8 Mon Sep 17 00:00:00 2001 From: VaalaCat Date: Wed, 24 Jul 2024 14:15:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20install-coder.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install-coder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-coder.sh b/install-coder.sh index cc02f93..79a53e6 100644 --- a/install-coder.sh +++ b/install-coder.sh @@ -396,7 +396,7 @@ install_standalone() { echoh "Installing v$VERSION of the $ARCH release from GitHub." echoh - fetch "https://github.com/coder/code-server/releases/download/v$VERSION/code-server-$VERSION-$OS-$ARCH.tar.gz" \ + fetch "https://mirror.ghproxy.com/https://github.com/coder/code-server/releases/download/v$VERSION/code-server-$VERSION-$OS-$ARCH.tar.gz" \ "$CACHE_DIR/code-server-$VERSION-$OS-$ARCH.tar.gz" # -w only works if the directory exists so try creating it first. If this