diff --git a/ct/maintainerr.sh b/ct/maintainerr.sh index 2f9b84394..a0d3ebd7e 100644 --- a/ct/maintainerr.sh +++ b/ct/maintainerr.sh @@ -3,7 +3,7 @@ _CS_DEFAULT_URL="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m _cs_boot="${COMMUNITY_SCRIPTS_CORE_DIR:-$(dirname "${BASH_SOURCE[0]}")/../../core}/core/build.func" source "$_cs_boot" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_CORE_URL:-https://raw.githubusercontent.com/community-scripts/core/main}/core/build.func") # Copyright (c) 2021-2026 community-scripts ORG -# Author: Karolis Stanelis +# Author: Karolis Stanelis (kstanelis) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://github.com/Maintainerr/Maintainerr