Update install/bentopdf-install.sh

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
CanbiZ (MickLesk)
2026-04-11 22:26:36 +02:00
committed by GitHub
parent 086e282a33
commit 08c8d1c2f4

View File

@@ -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"