filter out broken package

This commit is contained in:
ferrreo 2023-09-05 19:25:03 +01:00
parent bf484be318
commit 293f8073eb
2 changed files with 1 additions and 0 deletions

BIN
ppp

Binary file not shown.

View File

@ -336,4 +336,5 @@ var brokenPackages = map[string]bool{
"libkpim5akonadi-data ": true, "libkpim5akonadi-data ": true,
"libnvidia-common-390 ": true, "libnvidia-common-390 ": true,
"libnvidia-common-530 ": true, "libnvidia-common-530 ": true,
"midisport-firmware ": true,
} }