guix-install.sh: Check for PGP key separately.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 8 Jul 2019 16:04:30 +0000 (18:04 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 8 Jul 2019 16:16:10 +0000 (18:16 +0200)
commit5d8e505ce5d179f321f2ee80927a8a0bd78979c4
treea50b57f283bb47e665db7d02b07566ad7b094ad1
parent1d0bde2ee4009a301fee6ceeaf140396bb49a748
guix-install.sh: Check for PGP key separately.

* etc/guix-install.sh (chk_gpg_keyring): New function to handle the
public key check previously stuffed into chk_require.
(main): Call it.
etc/guix-install.sh