From 1f35b649cca74d30718cf0aa8d296b8e00fdfcb3 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 7 Aug 2025 19:41:59 +0200 Subject: [PATCH] qf --- tools/pve/post-pve-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/pve/post-pve-install.sh b/tools/pve/post-pve-install.sh index b8ab2da1e..cee5994cf 100644 --- a/tools/pve/post-pve-install.sh +++ b/tools/pve/post-pve-install.sh @@ -370,7 +370,6 @@ EOF REPO_FILE="" REPO_ACTIVE=0 REPO_COMMENTED=0 - # Suche nach existierendem Block (aktiv oder auskommentiert) for file in /etc/apt/sources.list.d/*.sources; do if grep -q "Components:.*pve-no-subscription" "$file"; then REPO_FILE="$file"