fix: Match package

This commit is contained in:
Kroese 2023-12-05 07:53:03 +01:00 committed by GitHub
parent efe46e1fdc
commit 7fd29e30b3

View File

@ -82,7 +82,7 @@ addPackage () {
local pkg=$1
local desc=$2
if apt-mark showinstall | grep -q "$pkg"; then
if apt-mark showinstall | grep -qx "$pkg"; then
return 0
fi