Update alpine-install.func

This commit is contained in:
CanbiZ 2025-09-17 11:22:08 +02:00
parent e2306361c5
commit a3ee4b77fd

View File

@ -8,7 +8,9 @@ if ! command -v curl >/dev/null 2>&1; then
apk update && apk add curl >/dev/null 2>&1
fi
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)
load_functions
init_error_traps
# This function enables IPv6 if it's not disabled and sets verbose mode
verb_ip6() {