02-01-2022, 05:28 AM
(This post was last modified: 02-01-2022, 05:52 AM by Luziferus.
Edit Reason: Autocorrect typo + added post install script as additional solution
)
Actually this would make you install anything from the repositories, without validation of the signatures. Making you vulnerable to viruses and hack attacks.
I would suggest to repear your keyrings instead. I posted a how to here: https://forum.pine64.org/showthread.php?...#pid105737
For some other users it was fixed by running post install script:
It also contains the lines:
which will resync and repopulate the keys.
I would suggest to repear your keyrings instead. I posted a how to here: https://forum.pine64.org/showthread.php?...#pid105737
For some other users it was fixed by running post install script:
Code:
sudo pinephonepro-post-install
It also contains the lines:
Code:
# Pacman Init
pacman-key --init
pacman-key --populate archlinuxarm manjaro manjaro-arm
which will resync and repopulate the keys.