]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Stop hardcoding gpg2 path
authorMicah Lee <micah@micahflee.com>
Tue, 6 Oct 2020 23:40:13 +0000 (16:40 -0700)
committerMicah Lee <micah@micahflee.com>
Tue, 6 Oct 2020 23:40:13 +0000 (16:40 -0700)
torbrowser_launcher/common.py

index e7af753a4218ad7abc1fafe017badb8b4a5694da..1a05fb48d80baabaafacb0dd786da2ea00e893d7 100644 (file)
@@ -255,7 +255,7 @@ class Common(object):
         # Fetch key from wkd, as per https://support.torproject.org/tbb/how-to-verify-signature/
         p = subprocess.Popen(
             [
-                "/usr/bin/gpg2",
+                "gpg2",
                 "--status-fd",
                 "2",
                 "--homedir",