changed the tags+ removed imaginary setup_python function

This commit is contained in:
GoldenSpring 2026-01-03 12:48:41 +03:00
parent bc11b0cd2d
commit 2e2a539a34
No known key found for this signature in database
GPG Key ID: 75701174BCB6A808
2 changed files with 3 additions and 4 deletions

View File

@ -6,9 +6,9 @@ source <(curl -s https://raw.githubusercontent.com/GoldenSpringness/ProxmoxVED/r
# Source: https://github.com/Dodelidoo-Labs/sonobarr
APP="sonobarr"
var_tags="${var_tags:-pastebin;storage}"
var_cpu="${var_cpu:-1}"
var_ram="${var_ram:-512}"
var_tags="${var_tags:-storage}"
var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-1024}"
var_disk="${var_disk:-20}"
var_os="${var_os:-debian}"
var_version="${var_version:-13}"

View File

@ -13,7 +13,6 @@ setting_up_container
network_check
update_os
setup_python
fetch_and_deploy_gh_release "sonobarr" "Dodelidoo-Labs/sonobarr" "tarball"
msg_info "Setting up sonobarr"