fix: update COMMUNITY_SCRIPTS_URL assignment for dynamic sourcing in localagi.sh

This commit is contained in:
John Doe
2026-03-04 12:24:55 -05:00
parent d15ef86fab
commit 00db7c9fcf

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env bash
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func)
COMMUNITY_SCRIPTS_URL="${COMMUNITY_SCRIPTS_URL:-${COMMUNITY_SCRIPT_URL:-https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main}}"
source <(curl -fsSL "$COMMUNITY_SCRIPTS_URL/misc/build.func")
# Copyright (c) 2021-2026 community-scripts ORG
# Author: BillyOutlast