From 771566227818fd036b02872480d0be9c5d63e95c Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:18:40 +0100 Subject: [PATCH] Rust: Carbon repo changed --- games/rust/entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games/rust/entrypoint.sh b/games/rust/entrypoint.sh index 03b51fbec..6aefa1bcc 100644 --- a/games/rust/entrypoint.sh +++ b/games/rust/entrypoint.sh @@ -17,9 +17,9 @@ MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g' echo ":/home/container$ ${MODIFIED_STARTUP}" if [[ "${FRAMEWORK}" == "carbon" ]]; then - # Carbon: https://github.com/CarbonCommunity/Carbon.Core + # Carbon: https://github.com/CarbonCommunity/Carbon 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://github.com/CarbonCommunity/Carbon/releases/download/production_build/Carbon.Linux.Release.tar.gz" | tar zx echo "Done updating Carbon!" export DOORSTOP_ENABLED=1 @@ -45,4 +45,4 @@ fi export LD_LIBRARY_PATH=$(pwd)/RustDedicated_Data/Plugins/x86_64:$(pwd) # Run the Server -/wrapper/wrapper.js "${MODIFIED_STARTUP}" \ No newline at end of file +/wrapper/wrapper.js "${MODIFIED_STARTUP}"