fix: update COMMUNITY_SCRIPTS_URL assignment in localagi.sh

This commit is contained in:
John Doe
2026-03-04 12:15:50 -05:00
parent c4019eeeb5
commit eb95857830

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