From e3b6beb9e464cbe59410b7a084ce1db39f2dc9b9 Mon Sep 17 00:00:00 2001 From: EthanZhu Date: Mon, 2 Sep 2024 16:41:27 +0800 Subject: [PATCH] Update install.sh --- ubuntu-debian/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-debian/install.sh b/ubuntu-debian/install.sh index e58f239..c759d1f 100644 --- a/ubuntu-debian/install.sh +++ b/ubuntu-debian/install.sh @@ -29,7 +29,7 @@ cat $CONFIG_FILE echo 准备安装code-server:${VERSION} -curl -fOL https://x.haod.me/https://github.com/coder/code-server/releases/download/v$VERSION/code-server_${VERSION}_amd64.deb +curl -fOL https://mirror.ghproxy.com/https://github.com/coder/code-server/releases/download/v$VERSION/code-server_${VERSION}_amd64.deb dpkg -i code-server_${VERSION}_amd64.deb apt update apt install -y screen -- GitLab