Change variable style

This commit is contained in:
rrole 2025-11-25 15:10:42 +01:00
parent 5189409741
commit 4c739b179a

View File

@ -5,14 +5,14 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE
# Source: https://wanderer.to # Source: https://wanderer.to
APP="wanderer" APP="Wanderer"
var_tags="traveling; sport" var_tags="${var_tags:-traveling;sport}"
var_cpu="2" var_cpu="${var_cpu:-2}"
var_ram="4096" var_ram="${var_ram:-4096}"
var_disk="8" var_disk="${var_disk:-8}"
var_os="debian" var_os="${var_os:-debian}"
var_version="13" var_version="${var_version:-13}"
var_unprivileged="1" var_unprivileged="${var_unprivileged:-1}"
header_info "$APP" header_info "$APP"
variables variables