From b2cc3b8062b45a450058e40fce0da6811ecdd443 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:58:15 +0200 Subject: [PATCH] Fix formatting issues in rockylinux.sh --- ct/rockylinux.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/rockylinux.sh b/ct/rockylinux.sh index f24586909..017feff04 100644 --- a/ct/rockylinux.sh +++ b/ct/rockylinux.sh @@ -2,7 +2,6 @@ _CS_DEFAULT_URL="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main" _cs_boot="${COMMUNITY_SCRIPTS_CORE_DIR:-$(dirname "${BASH_SOURCE[0]}")/../../core}/core/build.func" source "$_cs_boot" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_CORE_URL:-https://raw.githubusercontent.com/community-scripts/core/main}/core/build.func") - # Copyright (c) 2021-2026 community-scripts ORG # Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE