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
1aa6e3113e
commit
894ec2cc29
@@ -14,15 +14,15 @@ network_check
|
|||||||
update_os
|
update_os
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt-get install -y \
|
msg_info "Installing Dependencies"
|
||||||
curl \
|
$STD apt install -y \
|
||||||
ca-certificates \
|
|
||||||
libicu-dev \
|
libicu-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
nodejs \
|
nodejs \
|
||||||
npm \
|
npm \
|
||||||
gettext-base
|
gettext-base
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing .NET 8 SDK via dotnet-install.sh"
|
msg_info "Installing .NET 8 SDK via dotnet-install.sh"
|
||||||
mkdir -p /opt/dotnet
|
mkdir -p /opt/dotnet
|
||||||
|
|||||||
Reference in New Issue
Block a user