We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a900ebd commit 3279bc4Copy full SHA for 3279bc4
ct/huntarr.sh
@@ -29,7 +29,7 @@ function update_script() {
29
exit
30
fi
31
32
- setup_uv
+ PYTHON_VERSION="3.12" setup_uv
33
34
if check_for_gh_release "huntarr" "plexguide/Huntarr.io"; then
35
msg_info "Stopping Service"
install/huntarr-install.sh
@@ -13,7 +13,7 @@ setting_up_container
13
network_check
14
update_os
15
16
-setup_uv
+PYTHON_VERSION="3.12" setup_uv
17
fetch_and_deploy_gh_release "huntarr" "plexguide/Huntarr.io"
18
19
msg_info "Configure Huntarr"
0 commit comments