From 327b8b531faa0fdd7303c1501f913ec00ab24184 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Mon, 26 Jan 2026 13:27:42 +0100 Subject: [PATCH] add git dep --- install/ghost-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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