Skip to content

Commit

Permalink
Use Gentoo keyserver
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk committed Jul 5, 2019
1 parent 63743bf commit d54b3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gentoo-install.sh
Expand Up @@ -73,7 +73,7 @@ else
fi
echo --- Verifying and validating
wget -q -O - https://www.gentoo.org/downloads/signatures/ | grep "0x[A-Z0-9]\{16\}" | sed 's/<[^>]*>//g' | sed 's/(.\+)//g' | while read key; do
gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys $key
gpg --keyserver hkps://keys.gentoo.org --recv-keys $key
done
gpg --verify stage3-$GENTOO_SUBARCH-????????T??????Z.tar*.DIGESTS.asc || exit 1
for hashalgo in sha512 whirlpool; do
Expand Down

0 comments on commit d54b3d4

Please sign in to comment.