Revertron/Alfis

installation from repo: error on key import

d47081 opened this issue · 2 comments

d47081 commented

I don't know what is that, just following instructions:

https://github.com/Revertron/alfis#debianubuntu-only-blockchain-dns-without-gui

wget -qO - https://deb.revertron.com/key.txt | gpg --dearmor - | sudo tee /usr/share/keyrings/alfis.gpg

output

`j?�P�D��ԣ1���-���0C�f+��Ym:-�N�9��S[�����h�l�U3�

Ubuntu 22.04.3 LTS Server

d47081 commented

This instruction works well

wget -O - https://deb.revertron.com/key.txt | sudo apt-key add -

Source

http://[222:a8e4:50cd:55c:788e:b0a5:4e2f:a92c]/yggdrasil:dns:alfis

PR

#356

Updated readme to this:

gpg --fetch-keys https://deb.revertron.com/key.txt
gpg --export F244E16645D86D62 | sudo tee /usr/local/apt-keys/alfis.gpg > /dev/null