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