From 195b7df5f5f7fb7d9b3609d9a79e4924c06bef0f Mon Sep 17 00:00:00 2001 From: fleish <2106430+fleish@users.noreply.github.com> Date: Wed, 19 Jan 2022 15:07:19 -0800 Subject: [PATCH] GPG Suite blocking process update Looks for GPG Keychain as there is no GPG Suite.app --- fragments/labels/gpgsuite.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fragments/labels/gpgsuite.sh b/fragments/labels/gpgsuite.sh index 60a8953..d2066bb 100644 --- a/fragments/labels/gpgsuite.sh +++ b/fragments/labels/gpgsuite.sh @@ -5,4 +5,5 @@ gpgsuite) pkgName="Install.pkg" downloadURL=$(curl -s https://gpgtools.org/ | grep https://releases.gpgtools.org/GPG_Suite- | grep Download | cut -d'"' -f4) expectedTeamID="PKV8ZPD836" + blockingProcesses=( "GPG Keychain" ) ;;