mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-09 15:34:58 +00:00
Update install/immichframe-install.sh
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
894ec2cc29
commit
759db57eef
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user