Revertron / Alfis

Alternative Free Identity System
https://alfis.name
GNU Affero General Public License v3.0
284 stars 28 forks source link

installation from repo: error on key import #355

Open d47081 opened 7 months ago

d47081 commented 7 months ago

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 7 months ago

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

https://github.com/Revertron/Alfis/pull/356