mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
update-pentoo-keyring: more minor cleanup
This commit is contained in:
parent
eb6d9fc1b5
commit
068ad80921
1 changed files with 1 additions and 2 deletions
|
|
@ -18,9 +18,8 @@ gpg --no-default-keyring --keyring "${tmpkeyring}" --keyserver keyserver.ubuntu.
|
|||
curl https://github.com/web-flow.gpg | gpg --no-default-keyring --keyring "${tmpkeyring}" --import
|
||||
|
||||
#trust isn't exported
|
||||
#echo -e "5\ny\n" | gpg --no-default-keyring --keyring "${tmpkeyring}" --command-fd 0 --edit-key "${github}" trust
|
||||
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
|
||||
rm -f "${tmpkeyring}"
|
||||
ls -al "${GNUPGHOME}"
|
||||
rm -rf "${GNUPGHOME}"
|
||||
unset GNUPGHOME
|
||||
|
|
|
|||
Loading…
Reference in a new issue