From 89affb38aa879baa0be01b777bb84bcec3dd8aa7 Mon Sep 17 00:00:00 2001 From: MCrow Date: Fri, 24 Jan 2025 10:47:08 +0100 Subject: [PATCH] add automatic rocket install --- entrypoint.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 2b1fe38..cc5cfd6 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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