Ensure git dependency before updating Huntarr

Added dependency check for git before fetching and deploying the GitHub release.
This commit is contained in:
CanbiZ (MickLesk)
2026-02-20 21:20:33 +01:00
committed by GitHub
parent 674ab93068
commit b55cb78a0c

View File

@@ -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"