Update SMAPI version in Dockerfile
Updated the SMAPI version from 4.0.1 to 4.0.3 in the Dockerfile. As part of the process for setting up Stardew Valley game, this change is essential for proper installation and latest features compatibility.
This commit is contained in:
parent
f2ae8e9fc5
commit
e7285b3d96
@ -24,7 +24,7 @@ RUN wget -qO dotnet.tar.gz https://download.visualstudio.microsoft.com/download/
|
|||||||
|
|
||||||
RUN wget https://mirror.cloudcraft.info/SMAPI_latest.zip -qO /data/nexus.zip && \
|
RUN wget https://mirror.cloudcraft.info/SMAPI_latest.zip -qO /data/nexus.zip && \
|
||||||
unzip /data/nexus.zip -d /data/nexus/ && \
|
unzip /data/nexus.zip -d /data/nexus/ && \
|
||||||
/bin/bash -c "SMAPI_NO_TERMINAL=true SMAPI_USE_CURRENT_SHELL=true echo -e \"2\n\n\" | /data/nexus/SMAPI\ 4.0.1\ installer/internal/linux/SMAPI.Installer --install --game-path \"/data/Stardew/game\"" || :
|
/bin/bash -c "SMAPI_NO_TERMINAL=true SMAPI_USE_CURRENT_SHELL=true echo -e \"2\n\n\" | /data/nexus/SMAPI\ 4.0.3\ installer/internal/linux/SMAPI.Installer --install --game-path \"/data/Stardew/game\"" || :
|
||||||
|
|
||||||
|
|
||||||
# Add Mods & Scripts
|
# Add Mods & Scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user