diff --git a/ubuntu-debian/install.sh b/ubuntu-debian/install.sh index e58f239c2ac99d0d021622cd9acfb399366544bc..c759d1fa070cbbd7a92bdfe002118a868c369d42 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