Skip to content
Snippets Groups Projects
Commit 0e9ad67f authored by tbrehm's avatar tbrehm
Browse files

Added instructions to add debian volatile gpg key to apt keyring.

parent e6556c46
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,15 @@ and insert the line:
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment