Rust: Carbon repo changed

This commit is contained in:
Quinten
2025-01-01 12:18:40 +01:00
committed by GitHub
parent 19ce2e09e9
commit 7715662278

View File

@@ -17,9 +17,9 @@ MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g'
echo ":/home/container$ ${MODIFIED_STARTUP}" echo ":/home/container$ ${MODIFIED_STARTUP}"
if [[ "${FRAMEWORK}" == "carbon" ]]; then if [[ "${FRAMEWORK}" == "carbon" ]]; then
# Carbon: https://github.com/CarbonCommunity/Carbon.Core # Carbon: https://github.com/CarbonCommunity/Carbon
echo "Updating 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!" echo "Done updating Carbon!"
export DOORSTOP_ENABLED=1 export DOORSTOP_ENABLED=1
@@ -45,4 +45,4 @@ fi
export LD_LIBRARY_PATH=$(pwd)/RustDedicated_Data/Plugins/x86_64:$(pwd) export LD_LIBRARY_PATH=$(pwd)/RustDedicated_Data/Plugins/x86_64:$(pwd)
# Run the Server # Run the Server
/wrapper/wrapper.js "${MODIFIED_STARTUP}" /wrapper/wrapper.js "${MODIFIED_STARTUP}"