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:12 -03:00
committed by GitHub
parent 1aa6e3113e
commit 894ec2cc29

View File

@@ -14,15 +14,15 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
curl \
ca-certificates \
msg_info "Installing Dependencies"
$STD apt install -y \
libicu-dev \
libssl-dev \
nodejs \
npm \
gettext-base
msg_ok "Installed Dependencies"
msg_ok "Installed Dependencies"
msg_info "Installing .NET 8 SDK via dotnet-install.sh"
mkdir -p /opt/dotnet