From 3e5a5203f7af79daa6e74fd54ca9b42e5dc2f60d Mon Sep 17 00:00:00 2001 From: Tobias Salzmann <796084+Eun@users.noreply.github.com> Date: Thu, 23 Apr 2026 16:09:58 +0200 Subject: [PATCH] fix path --- ct/alpine-cinny.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/alpine-cinny.sh b/ct/alpine-cinny.sh index 6f522b4f..16fdd4b7 100644 --- a/ct/alpine-cinny.sh +++ b/ct/alpine-cinny.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: Tobias Salzmann (Eun) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE