Update Guardian installation and update scripts to use new repository paths and improve dependency management

This commit is contained in:
Vincent
2025-09-30 14:36:17 -04:00
parent f5affeda71
commit 552959a39b
4 changed files with 39 additions and 26 deletions

View File

@@ -79,7 +79,7 @@ variables() {
# [Dd]*)
# for file in core.func error_handler.func tools.func; do
# local_path="$FUNC_DIR/$file"
# url="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/$file"
# url="https://raw.githubusercontent.com/HydroshieldMKII/ProxmoxVED/refs/heads/add-guardian-app/misc/$file"
# remote_tmp="$(mktemp)"
# curl -fsSL "$url" -o "$remote_tmp" || continue