From 4d52783692ac57be055d3b389b44026ecbaa8e44 Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Sat, 9 Nov 2024 12:13:27 +0200 Subject: [PATCH] Update SMAPI --- docker/Dockerfile-steam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile-steam b/docker/Dockerfile-steam index 1227b9e..d2598c6 100644 --- a/docker/Dockerfile-steam +++ b/docker/Dockerfile-steam @@ -51,7 +51,7 @@ RUN wget -qO dotnet.tar.gz https://download.visualstudio.microsoft.com/download/ rm dotnet.tar.gz &&\ ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet -RUN wget --user-agent="Mozilla" https://github.com/Pathoschild/SMAPI/releases/download/4.0.8/SMAPI-4.0.8-installer.zip -qO /data/nexus.zip && \ +RUN wget --user-agent="Mozilla" https://github.com/Pathoschild/SMAPI/releases/download/4.1.6/SMAPI-4.1.6-installer.zip -qO /data/nexus.zip && \ unzip /data/nexus.zip -d /data/nexus/ && \ SMAPI_INSTALLER=$(find /data/nexus -name 'SMAPI*.*Installer' -type f -path "*/SMAPI * installer/internal/linux/*" | head -n 1) && \ /bin/bash -c "SMAPI_NO_TERMINAL=true SMAPI_USE_CURRENT_SHELL=true echo -e '2\n\n' | \"$SMAPI_INSTALLER\" --install --game-path \"$GAME_PATH\"" || :