Additional step added to setup pacman keyring

This commit is contained in:
natemaia 2018-02-05 20:09:07 -08:00
parent f041702ae0
commit 090dc5aa50

View File

@ -16,6 +16,7 @@ do_setup() {
if ! grep -q "$k" <<< "$(sudo pacman-key --list-keys)"; then
gpg --receive-keys "$k"
sudo pacman-key -r "$k"
sudo pacman-key --lsign "$k"
fi
done
sudo pacman-key --populate archlabs