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
|
curl -fsSL https://dot.net/v1/dotnet-install.sh -o /tmp/dotnet-install.sh
|
||||||
chmod +x /tmp/dotnet-install.sh
|
chmod +x /tmp/dotnet-install.sh
|
||||||
|
|
||||||
# Install the SDK (needed to compile) into /opt/dotnet
|
|
||||||
$STD /tmp/dotnet-install.sh \
|
$STD /tmp/dotnet-install.sh \
|
||||||
--channel 8.0 \
|
--channel 8.0 \
|
||||||
--install-dir /opt/dotnet \
|
--install-dir /opt/dotnet \
|
||||||
--no-path
|
--no-path
|
||||||
|
|
||||||
|
ln -sf /opt/dotnet/dotnet /usr/local/bin/dotnet
|
||||||
|
|
||||||
# Make dotnet available system-wide
|
# Make dotnet available system-wide
|
||||||
ln -sf /opt/dotnet/dotnet /usr/local/bin/dotnet
|
ln -sf /opt/dotnet/dotnet /usr/local/bin/dotnet
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user