From be6917506fac66f48327127042bb93225e9f185f Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sat, 8 Aug 2026 22:15:32 +0200 Subject: [PATCH] SparkyFitness: Install Git for frontend builds --- ct/sparkyfitness.sh | 1 + install/sparkyfitness-install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/sparkyfitness.sh b/ct/sparkyfitness.sh index 310cb805a..9cd83b2b3 100644 --- a/ct/sparkyfitness.sh +++ b/ct/sparkyfitness.sh @@ -30,6 +30,7 @@ function update_script() { exit fi + ensure_dependencies git if check_for_gh_release "sparkyfitness" "CodeWithCJ/SparkyFitness"; then msg_info "Stopping Services" systemctl stop sparkyfitness-server nginx diff --git a/install/sparkyfitness-install.sh b/install/sparkyfitness-install.sh index fd382ac83..ea19a531f 100644 --- a/install/sparkyfitness-install.sh +++ b/install/sparkyfitness-install.sh @@ -14,7 +14,7 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt install -y nginx +$STD apt install -y git nginx msg_ok "Installed Dependencies" PG_VERSION="18" setup_postgresql