mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 12:07:56 +00:00
update tmodloader v2025.07.3.0
This commit is contained in:
parent
b75fe2879a
commit
32543c6b20
@ -5,8 +5,8 @@ RUN apt-get install -y wget unzip python3 iproute2 dotnet-runtime-8.0
|
|||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
# from https://github.com/tModLoader/tModLoader/releases (currently v2025.06.3.0)
|
# from https://github.com/tModLoader/tModLoader/releases (currently v2025.07.3.0)
|
||||||
RUN wget https://github.com/tModLoader/tModLoader/releases/download/v2025.06.3.0/tModLoader.zip
|
RUN wget https://github.com/tModLoader/tModLoader/releases/download/v2025.07.3.0/tModLoader.zip
|
||||||
RUN unzip tModLoader.zip -d server && rm tModLoader.zip
|
RUN unzip tModLoader.zip -d server && rm tModLoader.zip
|
||||||
|
|
||||||
RUN chmod +x server/start-tModLoaderServer.sh
|
RUN chmod +x server/start-tModLoaderServer.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user