mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
pacman-key: change to more reliable default keyserver
User reports indicate that the SKS keyservers are more reliable than both the gnupg.net and mit.edu ones. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
ed353d91b7
commit
d7f4e8fbcc
@ -45,7 +45,7 @@ REFRESH=0
|
||||
UPDATEDB=0
|
||||
VERIFY=0
|
||||
|
||||
DEFAULT_KEYSERVER='hkp://keys.gnupg.net'
|
||||
DEFAULT_KEYSERVER='hkp://pool.sks-keyservers.net'
|
||||
|
||||
m4_include(library/output_format.sh)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user