tbrehm
2009-01-25 0e9ad67fed0b1942d6d49db5e6711aa0782cba66
Added instructions to add debian volatile gpg key to apt keyring.
1 files modified
10 ■■■■■ changed files
INSTALL_DEBIAN_4.0.txt 10 ●●●●● patch | view | raw | blame | history
INSTALL_DEBIAN_4.0.txt
@@ -20,7 +20,15 @@
deb http://volatile.debian.org/debian-volatile etch/volatile main contrib non-free
Then run:
Then execute these commands to insert the Debian voltaile gpg key to the apt keyring:
cd /tmp
apt-get install wget
wget http://www.debian.org/volatile/etch-volatile.asc
apt-key add etch-volatile.asc
rm -f etch-volatile.asc
Now we update the package list by executing:
apt-get update