From dde9dccbd72f3b6d397d62474783491f3bbd5a08 Mon Sep 17 00:00:00 2001 From: fwiegerinck Date: Sat, 11 Jan 2025 00:47:11 +0100 Subject: [PATCH] Fix dependency path --- ct/alpine-step-ca.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/alpine-step-ca.sh b/ct/alpine-step-ca.sh index 93a627ef..262369d7 100644 --- a/ct/alpine-step-ca.sh +++ b/ct/alpine-step-ca.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/fwiegerinck/ProxmoxVE/refs/head/step-ca/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: FWiegerinck # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE