Skip to content

Commit

Permalink
add automatic rocket install
Browse files Browse the repository at this point in the history
  • Loading branch information
RestoreMonarchy committed Jan 24, 2025
1 parent ceb437e commit 89affb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ else
./steamcmd.sh +force_install_dir /opt/U3DS +login anonymous +app_update 1110390 +quit
fi

if [ -f /opt/U3DS/.vanilla ]; then
rm -rf /opt/U3DS/Modules/Rocket.Unturned
else
cp -r /opt/U3DS/Extras/Rocket.Unturned /opt/U3DS/Modules/Rocket.Unturned
fi

mkdir -p /opt/U3DS/.steam/sdk64
cp linux64/steamclient.so /opt/U3DS/.steam/sdk64/
cd /opt/U3DS
Expand Down

0 comments on commit 89affb3

Please sign in to comment.