From: Galen Charlton Date: Tue, 12 Oct 2010 12:48:50 +0000 (-0400) Subject: fix step to install Indexdata apt key X-Git-Tag: v3.02.00~35 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=09cf06114e774183b7f15be28bfb0ffbdbeb2972;p=koha-ffzg.git fix step to install Indexdata apt key Signed-off-by: Galen Charlton --- 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