mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-05 10:52:49 +00:00
qf
This commit is contained in:
@@ -370,7 +370,6 @@ EOF
|
|||||||
REPO_FILE=""
|
REPO_FILE=""
|
||||||
REPO_ACTIVE=0
|
REPO_ACTIVE=0
|
||||||
REPO_COMMENTED=0
|
REPO_COMMENTED=0
|
||||||
# Suche nach existierendem Block (aktiv oder auskommentiert)
|
|
||||||
for file in /etc/apt/sources.list.d/*.sources; do
|
for file in /etc/apt/sources.list.d/*.sources; do
|
||||||
if grep -q "Components:.*pve-no-subscription" "$file"; then
|
if grep -q "Components:.*pve-no-subscription" "$file"; then
|
||||||
REPO_FILE="$file"
|
REPO_FILE="$file"
|
||||||
|
|||||||
Reference in New Issue
Block a user