From e7285b3d962d574f4fe7390be8c27ac96b680a65 Mon Sep 17 00:00:00 2001 From: norimicry Date: Thu, 28 Mar 2024 08:33:01 -0400 Subject: [PATCH] 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. --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 44d3c80..7670586 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 && \ 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