From 1d7bb13147984348b4fe3f93c84987e527d172ce Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 18 Jun 2021 18:54:54 -0400 Subject: [PATCH] Fix gpg path --- torbrowser_launcher/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torbrowser_launcher/common.py b/torbrowser_launcher/common.py index 3d84c0f..97eccc5 100644 --- a/torbrowser_launcher/common.py +++ b/torbrowser_launcher/common.py @@ -283,7 +283,7 @@ class Common(object): # Fetch key from wkd, as per https://support.torproject.org/tbb/how-to-verify-signature/ p = subprocess.Popen( [ - "gpg2", + "gpg", "--status-fd", "2", "--homedir", -- 2.44.0