Skip to content

Commit

Permalink
Merge pull request #277 from pelican-eggs/rust-carbon
Browse files Browse the repository at this point in the history
Rust: Carbon repo changed
  • Loading branch information
parkervcp authored Jan 2, 2025
2 parents 19ce2e0 + 7715662 commit fb0be1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games/rust/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -45,4 +45,4 @@ fi
export LD_LIBRARY_PATH=$(pwd)/RustDedicated_Data/Plugins/x86_64:$(pwd)

# Run the Server
/wrapper/wrapper.js "${MODIFIED_STARTUP}"
/wrapper/wrapper.js "${MODIFIED_STARTUP}"

0 comments on commit fb0be1a

Please sign in to comment.