From 93e2c6bee61eb2966bc633cf7681729b78afa714 Mon Sep 17 00:00:00 2001 From: shenmo Date: Sun, 10 Nov 2024 03:43:34 +0000 Subject: [PATCH] =?UTF-8?q?sync:=20fix=20=E5=8C=85=E5=90=8D=E9=83=A8?= =?UTF-8?q?=E5=88=86=E5=8C=B9=E9=85=8D=E4=B9=9F=E8=A2=AB=E6=A0=87=E8=AE=B0?= =?UTF-8?q?=E4=B8=BA=E5=B7=B2=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shenmo --- tool/store-helper/check-is-installed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/store-helper/check-is-installed b/tool/store-helper/check-is-installed index 4ce5f0f..febb4ce 100755 --- a/tool/store-helper/check-is-installed +++ b/tool/store-helper/check-is-installed @@ -1,2 +1,2 @@ #!/bin/bash -dpkg -l | grep "^ii" | grep -w "$1" > /dev/null +dpkg -l | grep "^ii $1 " > /dev/null