From 759db57eef6eb804ee5aca5879e9dcf9d307d773 Mon Sep 17 00:00:00 2001 From: Thiago Canozzo Lahr Date: Mon, 23 Feb 2026 13:58:42 -0300 Subject: [PATCH] Update install/immichframe-install.sh Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- install/immichframe-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/immichframe-install.sh b/install/immichframe-install.sh index 5c1d4af1b..fa971cb0e 100644 --- a/install/immichframe-install.sh +++ b/install/immichframe-install.sh @@ -29,12 +29,13 @@ mkdir -p /opt/dotnet curl -fsSL https://dot.net/v1/dotnet-install.sh -o /tmp/dotnet-install.sh chmod +x /tmp/dotnet-install.sh -# Install the SDK (needed to compile) into /opt/dotnet $STD /tmp/dotnet-install.sh \ --channel 8.0 \ --install-dir /opt/dotnet \ --no-path +ln -sf /opt/dotnet/dotnet /usr/local/bin/dotnet + # Make dotnet available system-wide ln -sf /opt/dotnet/dotnet /usr/local/bin/dotnet