X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=INSTALL.ubuntu;h=5cd6c42af832fbcc38bb7dae073dfebe9c5e2839;hb=348ddcea4e2fe40e56058f0141e693200cf5b77b;hp=69e7b6ac3b13a88e2ccdd85e1683794a7cdd9d47;hpb=d86b31020081f6f602b64e242e8a5fabe9b0ece0;p=koha.git 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