On 19.03.20 20:37, aitor_czr wrote:
> As you know, you need to install the gpg key of gnuinos:
>
> # curl http://packages.gnuinos.org/gnuinos_pk.asc | apt-key add -
Please get your keys always over secured connections. Use https.
This is also bad in the docs for Devuan:
apt-get install devuan-keyring --allow-unauthenticated
Could you please change this to have a secured download or if not
possible a check of the downloaded keys? This is a must. Put something
like the following to the docs:
wget
https://pkgmaster.devuan.org/devuan/pool/main/d/devuan-keyring/devuan-keyring_2017.10.03_all.deb
dpkg --install devuan-keyring_2017.10.03_all.deb
Regards, Adrian.