SourcesList: Clef pour notre nouveau dépôt

This commit is contained in:
David Prevot 2023-02-27 18:37:30 +01:00
parent 4a1f2073e4
commit 441f0c8db9

View file

@ -90,6 +90,15 @@ deb http://pub.evolix.net/ squeeze/
### Clef PGP pour Evolix ### Clef PGP pour Evolix
#### pub.evolix.org
~~~
# wget https://pub.evolix.org/evolix/pub.asc -O /etc/apt/trusted.gpg.d/pub_evolix.asc
# chmod 644 /etc/apt/trusted.gpg.d/pub_evolix.asc
~~~
#### pub.evolix.net
~~~ ~~~
# cd /etc/apt/trusted.gpg.d # cd /etc/apt/trusted.gpg.d
# wget 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x0c016d3bd1195d30105837cc44975278b8612b5d' -O reg.asc # wget 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x0c016d3bd1195d30105837cc44975278b8612b5d' -O reg.asc
@ -100,5 +109,6 @@ deb http://pub.evolix.net/ squeeze/
~~~ ~~~
# wget https://deb.freexian.com/extended-lts/archive-key.gpg -O /etc/apt/trusted.gpg.d/freexian-archive-extended-lts.gpg # wget https://deb.freexian.com/extended-lts/archive-key.gpg -O /etc/apt/trusted.gpg.d/freexian-archive-extended-lts.gpg
# chmod 644 /etc/apt/trusted.gpg.d/freexian-archive-extended-lts.gpg
~~~ ~~~