diff options
| author | KunoiSayami <[email protected]> | 2021-11-03 19:48:05 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-11-03 19:48:05 +0800 |
| commit | 7833bbf7de0958551831b584464f67e4af3f6a1b (patch) | |
| tree | b12cc7c70dea8f9fde586e6c1aac491e5192ca84 /repo/.gpg_keys/qemu-user-static | |
| parent | 625e47a247523314c8f63de4135df17c86f4e513 (diff) | |
feat(script): Optimize GPG key import
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'repo/.gpg_keys/qemu-user-static')
| -rw-r--r-- | repo/.gpg_keys/qemu-user-static | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/repo/.gpg_keys/qemu-user-static b/repo/.gpg_keys/qemu-user-static index f098694..af11c08 100644 --- a/repo/.gpg_keys/qemu-user-static +++ b/repo/.gpg_keys/qemu-user-static @@ -60,6 +60,4 @@ Qd0aZoLwJ7ntrWeMxOkbf8950vPVxemQ1frblB0zR98fuUNhX4cjrFTI9iJck7xL UwNZfgOz9PodfqUv4riMLczMmw3nwGZO/aJg0m6uWSWk =7vDu -----END PGP PUBLIC KEY BLOCK----- -EOF -gpg --list-keys --fingerprint |grep pub -A 1|grep -Ev "pub|--"|tr -d ' ' \ - | awk 'BEGIN { FS = "\n" } ; { print $1":6:" } ' | gpg --import-ownertrust
\ No newline at end of file +EOF
\ No newline at end of file |
