From 8fa5b2c23fa57761f4003fd17808bd13e587f576 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sat, 31 Jan 2026 22:51:38 +0100 Subject: [PATCH] fix: yubal: add git (#11394) --- ct/yubal.sh | 2 ++ install/yubal-install.sh | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ct/yubal.sh b/ct/yubal.sh index f112f024f..ae307efe0 100644 --- a/ct/yubal.sh +++ b/ct/yubal.sh @@ -29,6 +29,8 @@ function update_script() { exit fi + ensure_dependencies git + if check_for_gh_release "yubal" "guillevc/yubal"; then msg_info "Stopping Services" systemctl stop yubal diff --git a/install/yubal-install.sh b/install/yubal-install.sh index 7ed49ab89..fa086a363 100644 --- a/install/yubal-install.sh +++ b/install/yubal-install.sh @@ -19,7 +19,8 @@ $STD apt install -y \ libssl-dev \ libffi-dev \ python3-dev \ - ffmpeg + ffmpeg \ + git msg_ok "Installed Dependencies" msg_info "Installing Bun"