Skip to content

Commit

Permalink
ci: Start gpg-agent daemon in GPGME example
Browse files Browse the repository at this point in the history
  • Loading branch information
ribose-jeffreylau committed Aug 27, 2021
1 parent 1361419 commit 804c53a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/gpgme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ set -v # Print executed lines
# root (not recommended).
./install_gpg_all.sh \
--suite-version latest --sudo --ldconfig "$@"

# Start agent in case it's not running (mainly for macOSes)
gpg-agent --daemon || :

./install_gpg_component.sh \
--component-name gpgme --component-version latest --sudo --ldconfig "$@"

Expand Down

0 comments on commit 804c53a

Please sign in to comment.