mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 02:30:58 +02:00
update-pentoo-keyring: kill unneeded services when done
This commit is contained in:
parent
5d24aab280
commit
30ac866a53
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ curl https://github.com/web-flow.gpg | gpg --no-default-keyring --keyring "${tmp
|
|||
#trust isn't exported
|
||||
printf "5\ny\n" | gpg --no-default-keyring --keyring "${tmpkeyring}" --command-fd 0 --edit-key "${github}" trust
|
||||
gpg --no-default-keyring --keyring "${tmpkeyring}" --armor --export "${zero}" "${blshkv}" "${github}" > pentoo-keyring.asc
|
||||
pkill -f "dirmngr --daemon --homedir ${GNUPGHOME}"
|
||||
pkill -f "gpg-agent --homedir ${GNUPGHOME}"
|
||||
rm -f "${tmpkeyring}"
|
||||
rm -rf "${GNUPGHOME}"
|
||||
unset GNUPGHOME
|
||||
|
|
|
|||
Loading…
Reference in a new issue