index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-10-06 23:11:20 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-10-07 13:23:22 +1000 |
commit | 2a792ac7bb1ceda42767c696e2664819b47ffc3b (patch) | |
tree | d0716668533fca6d23e3f600caf4f27fd6083973 /scripts | |
parent | f49233903521f19a1fcba6bf6c36abea71309a1e (diff) |
-rw-r--r-- | scripts/pacman-key.sh.in | 1 |
diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index 93600bc0..117acc40 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -209,6 +209,7 @@ initialize() { add_gpg_conf_option "$conffile" 'no-permission-warning' add_gpg_conf_option "$conffile" 'lock-never' add_gpg_conf_option "$conffile" 'keyserver-options' 'timeout=10' + add_gpg_conf_option "$conffile" 'keyserver-options' 'import-clean' local gpg_ver=$(gpg --version | awk '{print $3; exit}') if (( $(vercmp "$gpg_ver" 2.2.17) >= 0 )); then |