From d519e4d14bd30ecea7c58a328baecbad363dad6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=92=E7=88=BD=E5=B8=88=E5=8F=94?= <43847794+vlssu@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:50:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=BD=BF=E7=94=A8=20ghproxy=20?= =?UTF-8?q?=E5=8F=8D=E4=BB=A3=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- games/rust/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/rust/entrypoint.sh b/games/rust/entrypoint.sh index a99fbe8cc..59cdd9b0b 100644 --- a/games/rust/entrypoint.sh +++ b/games/rust/entrypoint.sh @@ -19,7 +19,7 @@ echo ":/home/container$ ${MODIFIED_STARTUP}" if [[ "${FRAMEWORK}" == "carbon" ]]; then # Carbon: https://github.com/CarbonCommunity/Carbon.Core echo "Updating Carbon..." - curl -sSL "https://github.com/CarbonCommunity/Carbon.Core/releases/download/production_build/Carbon.Linux.Release.tar.gz" | tar zx + curl -sSL "https://ghproxy.com/https://github.com/CarbonCommunity/Carbon.Core/releases/download/production_build/Carbon.Linux.Release.tar.gz" | tar zx echo "Done updating Carbon!" export DOORSTOP_ENABLED=1