Changed all dependencies to the community project

This commit is contained in:
CanbiZ
2024-11-02 08:48:05 +01:00
parent 5bf253a9fa
commit a4a1821822
418 changed files with 642 additions and 642 deletions

View File

@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
# https://github.com/tteck/Proxmox/raw/main/LICENSE
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# This sets verbose mode if the global variable is set to "yes"
# if [ "$VERBOSE" == "yes" ]; then set -x; fi