Compare commits

...

1 Commits

Author SHA1 Message Date
MickLesk be6917506f SparkyFitness: Install Git for frontend builds 2026-08-08 22:15:32 +02:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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