This commit is contained in:
CanbiZ (MickLesk)
2026-03-02 11:09:03 +01:00
parent a7ed6502c9
commit 11cb4cb947
55 changed files with 574 additions and 574 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
COMMUNITY_SCRIPTS_URL="${COMMUNITY_SCRIPTS_URL:-https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main}"
source <(curl -fsSL "$COMMUNITY_SCRIPTS_URL/misc/build.func")
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func)
# Copyright (c) 2021-2026 community-scripts ORG
# Author: johanngrobe
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
@@ -16,7 +16,7 @@ var_version="${var_version:-13}"
var_unprivileged="${var_unprivileged:-1}"
variables
color
color
catch_errors
function update_script() {