johnramsden / pathofexile-flatpak

Path of Exile Flatpak
https://flatpakrepo.johnramsden.ca
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Error from GPG on install: GPG signatures found, but none are in trusted keyring #6

Open charlieb opened 6 years ago

charlieb commented 6 years ago

$ flatpak --user install johnramsden ca.johnramsden.pathofexile
error: Unable to load summary from remote johnramsden: GPG signatures found, but none are in trusted keyring

Please would you add instructions on how to add your key. Thanks.

johnramsden commented 6 years ago

Strange, it should be importing it automatically, you can import it manually with:

wget https://flatpakrepo.johnramsden.ca/johnramsden.gpg
flatpak --user remote-modify --gpg-import=johnramsden.gpg johnramsden
charlieb commented 6 years ago

I think I tried that, in any case I ended up re-adding the repo with no-sign. I'll try again once PoE gets done checking resources in about a week, Thanks :)