[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Stretch/HowTo/Desktop" by WolfgangSchweer
Debian Wiki
wiki at debian.org
Sun Oct 9 10:21:55 UTC 2016
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianEdu/Documentation/Stretch/HowTo/Desktop" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Documentation/Stretch/HowTo/Desktop?action=diff&rev1=3&rev2=4
Comment:
fix typo; thanks to Joe Hansen.
# fetch the deb-multimedia key insecurely:
gpg --keyserver pgpkeys.pca.dfn.de --recv-keys 07DC563D1F41B907
# check securely if the key is correct and add it to the keyring used by APT if it is:
- gpg --keyring /usr/share/keyrings/debian-keyring.gpg --check-sigs 7DC563D1F41B907 && gpg --export 07DC563D1F41B907 | apt-key add -
+ gpg --keyring /usr/share/keyrings/debian-keyring.gpg --check-sigs 07DC563D1F41B907 && gpg --export 07DC563D1F41B907 | apt-key add -
# add repository to sources.list - please check the homepages for mirrors!
echo "deb http://deb-multimedia.org jessie main" >> /etc/apt/sources.list
# update the list of available packages:
More information about the debian-edu-commits
mailing list