From 3dfbe5d8afe890d5989c75f0cf885aab984394f5 Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Mon, 2 Nov 2009 14:01:01 +0100 Subject: [PATCH] Updating INSTALL.ubuntu --- INSTALL.ubuntu | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/INSTALL.ubuntu b/INSTALL.ubuntu index 69e7b6ac3b..5cd6c42af8 100644 --- a/INSTALL.ubuntu +++ b/INSTALL.ubuntu @@ -41,6 +41,26 @@ IMPORTANT: You _MUST_ follow all the steps outlined there for 1.3 Install the Yaz and Zebra packages +Add Indexdata repository to your sources + + $ sudo gedit /etc/apt/sources.list + +Add those lines at the end of the file + +# IndexData Repository +deb http://ftp.indexdata.dk/pub/ubuntu/ jaunty main + +where jaunty is the name of your ubuntu version + +Save and quit + +Add Indexdata Key in order to be able to check signatures + + $ cd ~ + $ wget http://ftp.indexdata.dk/debian/indexdata.asc + $ sudo apt-key add indexdata.asc + + Run the following command to update your system: $ sudo apt-get update -- 2.39.5