I'm trying to install android-tools via yay but I'm running into an error:
error: linux-t2: signature from "Redecorating (To be stored on github secrets) [email protected]" is unknown trust
:: File /var/cache/pacman/pkg/linux-t2-6.0.8-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
I've tried clearing the cache and updating the pacman repos with:
sudo pacman -Scc
sudo pacman -Syyu
But I end up with the same error.
I've tried to update the archlinux-keyring:
sudo pacman -Sy archlinux-keyring
sudo pacman -Su
Again, same error.
I've tried refreshing pacman's keys with:
sudo pacman-key --init
sudo pacman-key --populate archlinux
sudo pacman-key --refresh-keys
And then again:
sudo pacman -Scc
sudo pacman -Syyu
Again, same error.
Honestly I have no idea what I'm doing here and it's not working.
Can anyone please assist?