From b55cb78a0c7de5279cb04e8040f2cd35080b6934 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 20 Feb 2026 21:20:33 +0100 Subject: [PATCH] Ensure git dependency before updating Huntarr Added dependency check for git before fetching and deploying the GitHub release. --- ct/huntarr.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/huntarr.sh b/ct/huntarr.sh index a14151378..483ffb7b5 100644 --- a/ct/huntarr.sh +++ b/ct/huntarr.sh @@ -35,7 +35,8 @@ function update_script() { msg_info "Stopping Service" systemctl stop huntarr msg_ok "Stopped Service" - + + ensure_dependencies git fetch_and_deploy_gh_release "huntarr" "plexguide/Huntarr.io" "tarball" msg_info "Updating Huntarr"