mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-04 22:45:45 +00:00
Scripts: use shared core bootstrap for final 114 Script Batch (#16953)
Replaces the misc/build.func bootstrap with the two-root core loader. No other change: the engine contract (var_*, update_script, start, build_container, description) is identical on both engines. versitygw.sh additionally gains a trailing newline; it lacked one. With this batch every ct/ script is on the core engine.
This commit is contained in:
committed by
GitHub
parent
d057394d21
commit
65e5c87a33
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
||||
_CS_DEFAULT_URL="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main"
|
||||
_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: MickLesk (CanbiZ)
|
||||
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
||||
|
||||
Reference in New Issue
Block a user