From 427986deaf47aa9722a2b75432496ca275379c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:25:34 +0100 Subject: [PATCH] Fix (#11196) --- ct/ghost.sh | 1 + install/ghost-install.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ct/ghost.sh b/ct/ghost.sh index c9341637b..098a033b8 100644 --- a/ct/ghost.sh +++ b/ct/ghost.sh @@ -26,6 +26,7 @@ function update_script() { setup_mariadb NODE_VERSION="22" setup_nodejs + ensure_dependencies git msg_info "Updating Ghost" if command -v ghost &>/dev/null; then diff --git a/install/ghost-install.sh b/install/ghost-install.sh index d97de4f31..4cee724a6 100644 --- a/install/ghost-install.sh +++ b/install/ghost-install.sh @@ -17,7 +17,8 @@ msg_info "Installing Dependencies" $STD apt install -y \ nginx \ ca-certificates \ - libjemalloc2 + libjemalloc2 \ + git msg_ok "Installed Dependencies" setup_mariadb