Compare commits

...

1 Commits

Author SHA1 Message Date
MickLesk 0e972a3a5f ImmichFrame: keep dotnet-sdk installed so update can run dotnet publish 2026-05-01 22:16:27 +02:00
-2
View File
@@ -43,8 +43,6 @@ cd /tmp/immichframe/immichFrame.Web
$STD npm ci
$STD npm run build
cp -r build/* /opt/immichframe/wwwroot
$STD apt remove -y dotnet-sdk-8.0
$STD apt autoremove -y
rm -rf /tmp/immichframe
mkdir -p /opt/immichframe/Config
curl -fsSL "https://raw.githubusercontent.com/immichFrame/ImmichFrame/main/docker/Settings.example.yml" -o /opt/immichframe/Config/Settings.yml