Skip to content

Commit

Permalink
改使用 ghproxy 反代源
Browse files Browse the repository at this point in the history
  • Loading branch information
vlssu committed Oct 11, 2023
1 parent 13c9170 commit d519e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/rust/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d519e4d

Please sign in to comment.