We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1361419 commit dd65117Copy full SHA for dd65117
examples/gpgme.sh
@@ -14,6 +14,10 @@ set -v # Print executed lines
14
# root (not recommended).
15
./install_gpg_all.sh \
16
--suite-version latest --sudo --ldconfig "$@"
17
+
18
+# Start agent in case it's not running (mainly for macOSes)
19
+gpgconf --launch gpg-agent
20
21
./install_gpg_component.sh \
22
--component-name gpgme --component-version latest --sudo --ldconfig "$@"
23
0 commit comments