From 09cf06114e774183b7f15be28bfb0ffbdbeb2972 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 12 Oct 2010 08:48:50 -0400 Subject: [PATCH] fix step to install Indexdata apt key Signed-off-by: Galen Charlton --- INSTALL.debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.debian b/INSTALL.debian index f0dac4dbce..aa53f6a5c2 100644 --- a/INSTALL.debian +++ b/INSTALL.debian @@ -31,7 +31,7 @@ Edit your /etc/apt/sources.list file and add the following: The Index Data packages are signed with a key you can install as follows: - $ wget -O- http://ftp.indexdata.dk/debian/indexdata.asc | sudo apt-key add + $ wget -O- http://ftp.indexdata.dk/debian/indexdata.asc | sudo apt-key add - Finally, update your apt sources: $ sudo apt-get update -- 2.20.1