Skip to content

Commit 5374826

Browse files
authored
SparkyFitness: Install Git for frontend builds (#16352)
1 parent b32071d commit 5374826

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ct/sparkyfitness.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function update_script() {
3030
exit
3131
fi
3232

33+
ensure_dependencies git
3334
if check_for_gh_release "sparkyfitness" "CodeWithCJ/SparkyFitness"; then
3435
msg_info "Stopping Services"
3536
systemctl stop sparkyfitness-server nginx

install/sparkyfitness-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ network_check
1414
update_os
1515

1616
msg_info "Installing Dependencies"
17-
$STD apt install -y nginx
17+
$STD apt install -y git nginx
1818
msg_ok "Installed Dependencies"
1919

2020
PG_VERSION="18" setup_postgresql

0 commit comments

Comments
 (0)