mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-12-13 22:00:34 +08:00
fix: Match package
This commit is contained in:
@@ -82,7 +82,7 @@ addPackage () {
|
|||||||
local pkg=$1
|
local pkg=$1
|
||||||
local desc=$2
|
local desc=$2
|
||||||
|
|
||||||
if apt-mark showinstall | grep -q "$pkg"; then
|
if apt-mark showinstall | grep -qx "$pkg"; then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user