We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6556c4 commit 0e9ad67Copy full SHA for 0e9ad67
INSTALL_DEBIAN_4.0.txt
@@ -20,7 +20,15 @@ and insert the line:
20
21
deb http://volatile.debian.org/debian-volatile etch/volatile main contrib non-free
22
23
-Then run:
+Then execute these commands to insert the Debian voltaile gpg key to the apt keyring:
24
+
25
+cd /tmp
26
+apt-get install wget
27
+wget http://www.debian.org/volatile/etch-volatile.asc
28
+apt-key add etch-volatile.asc
29
+rm -f etch-volatile.asc
30
31
+Now we update the package list by executing:
32
33
apt-get update
34
0 commit comments