From 08c8d1c2f413134bd90bc4a0bda11d8eb54bfed0 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sat, 11 Apr 2026 22:26:36 +0200 Subject: [PATCH] Update install/bentopdf-install.sh Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- install/bentopdf-install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install/bentopdf-install.sh b/install/bentopdf-install.sh index fe8d073db..6985607e0 100644 --- a/install/bentopdf-install.sh +++ b/install/bentopdf-install.sh @@ -13,7 +13,11 @@ setting_up_container network_check update_os -ensure_dependencies nginx openssl +msg_info "Installing Dependencies" +$STD apt install -y \ + nginx \ + openssl +msg_ok "Installed Dependencies" NODE_VERSION="24" setup_nodejs fetch_and_deploy_gh_release "bentopdf" "alam00000/bentopdf" "tarball" "latest" "/opt/bentopdf"