Tried installing an update via
yay -Syu
But ended up with the following results after the ensuing sequence.
git clone ``https://aur.archlinux.org/librewolf-bin.git
cd librewolf-bin
makepkg -si
==> Verifying source file signatures with gpg…
librewolf-150.0.1-1-linux-x86_64-package.tar.xz … FAILED (unknown public key 915585A1C36690B1)
==> ERROR: One or more PGP signatures could not be verified!
I tried using this following sequence of commands to fix it but ended up with the exact same error using the above command chain just the same.
sudo cp -rf /etc/pacman.d/gnupg /etc/pacman.d/gnupg.bkup
sudo rm -rf /etc/pacman.d/gnupg
sudo pacman-key --init
sudo pacman-key --populate archlinux
sudo systemctl reboot
Followed by:
sudo pacman-key --add enos.pgp
sudo pacman-key --populate endeavouros
What do I do to actually complete a safe install of libre-wolf without using source?