Huntarr: Downgrade Python to 3.12

This commit is contained in:
CanbiZ
2025-11-18 11:29:03 +01:00
parent 06316c2bde
commit 421ffb1dd7
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ function update_script() {
exit
fi
setup_uv
PYTHON_VERSION="3.12" setup_uv
if check_for_gh_release "huntarr" "plexguide/Huntarr.io"; then
msg_info "Stopping Service"

View File

@@ -13,7 +13,7 @@ setting_up_container
network_check
update_os
setup_uv
PYTHON_VERSION="3.12" setup_uv
fetch_and_deploy_gh_release "huntarr" "plexguide/Huntarr.io"
msg_info "Configure Huntarr"