02-23-2026, 05:58 PM
(01-04-2026, 10:47 AM)nailliK Wrote: Hello, I just ran`sudo apt update`via ssh on my V2 PineNote and I'm receiving the following warning
Warning: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://pinenote.mweigand.net/repo_pn_stable trixie InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E0B6906147A709C6
Hi there!
I encountered the same issue, I was able to fix it by running the commands below:
Code:
sudo curl -L --output-dir /etc/apt/sources.list.d -O https://github.com/PNDeb/pinenote-tweaks/raw/refs/heads/main/pn_custom_repo_and_keyring/apt_sources/pnedeb.sources
sudo curl -L --output-dir /usr/share/keyrings -O https://github.com/PNDeb/pinenote-tweaks/raw/refs/heads/main/pn_custom_repo_and_keyring/keyrings/pinenote_repo_key_5.gpg
