Update install/immichframe-install.sh

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Thiago Canozzo Lahr
2026-02-23 13:58:42 -03:00
committed by GitHub
parent 894ec2cc29
commit 759db57eef

View File

@@ -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