From 0e9ad67fed0b1942d6d49db5e6711aa0782cba66 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 25 Jan 2009 05:48:05 -0500
Subject: [PATCH] Added instructions to add debian volatile gpg key to apt keyring.

---
 INSTALL_DEBIAN_4.0.txt |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/INSTALL_DEBIAN_4.0.txt b/INSTALL_DEBIAN_4.0.txt
index daa01c1..2323b80 100644
--- a/INSTALL_DEBIAN_4.0.txt
+++ b/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
 

--
Gitblit v1.9.1