From 36e905df8a7a4475665d334c367f0b924a886d04 Mon Sep 17 00:00:00 2001 From: Thiago Canozzo Lahr Date: Mon, 23 Feb 2026 14:03:56 -0300 Subject: [PATCH] Refactor dotnet symlink and update Settings.yml comments Removed duplicate symlink creation for dotnet and added comments in Settings.yml. --- install/immichframe-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/immichframe-install.sh b/install/immichframe-install.sh index c227a2f54..d604e0adf 100644 --- a/install/immichframe-install.sh +++ b/install/immichframe-install.sh @@ -36,7 +36,6 @@ $STD /tmp/dotnet-install.sh \ ln -sf /opt/dotnet/dotnet /usr/local/bin/dotnet -# Make dotnet available system-wide ln -sf /opt/dotnet/dotnet /usr/local/bin/dotnet rm /tmp/dotnet-install.sh @@ -74,7 +73,6 @@ msg_ok "Frontend Built" msg_info "Creating Configuration Directory" mkdir -p /app/Config -# Cria Settings.yml com comentários explicativos cat <<'EOF' > /app/Config/Settings.yml # ===================================================================== # ImmichFrame Configuration