jfa-go icon indicating copy to clipboard operation
jfa-go copied to clipboard

NO_PUBKEY

Open Peekaboo1 opened this issue 3 years ago • 1 comments

"https://apt.hrfee.dev trusty InRelease: The following signatures couldn't be verified because the public key is not available"

"The repository 'https://apt.hrfee.dev trusty InRelease' is not signed"

Peekaboo1 avatar Jan 30 '22 22:01 Peekaboo1

Have you added the GPG key? You'll need to run this:

sudo apt-get update
sudo apt-get install curl apt-transport-https gnupg
curl https://apt.hrfee.dev/hrfee.pubkey.gpg | sudo apt-key add -

Then apt-get update and you should be able to install jfa-go.

hrfee avatar Jan 31 '22 14:01 hrfee