Changing misc

This commit is contained in:
GoldenSpring
2025-12-22 02:26:15 +03:00
parent f6aeb3117c
commit 6c39ea9e35
2 changed files with 7 additions and 7 deletions

View File

@@ -173,8 +173,8 @@ _bootstrap() {
fi
# Source core functions
source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/core.func)
source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/error_handler.func)
source <(curl -fsSL https://raw.githubusercontent.com/GoldenSpringness/ProxmoxVED/refs/heads/feature/rustypaste/misc/core.func)
source <(curl -fsSL https://raw.githubusercontent.com/GoldenSpringness/ProxmoxVED/refs/heads/feature/rustypaste/misc/error_handler.func)
load_functions
catch_errors
}