From 451918665312e519ad9fd8c40c382ad00d7a9a3c Mon Sep 17 00:00:00 2001 From: Edward Allen Date: Sat, 18 Dec 2010 20:05:50 +0100 Subject: [PATCH] bug 5516: Corrected git url in Install Documentation Corrected the git clone url for INSTALL.ubuntu, INSTALL.ubuntu.lucid Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack --- INSTALL.ubuntu | 2 +- INSTALL.ubuntu.lucid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.ubuntu b/INSTALL.ubuntu index 3a33799be3..58220caa09 100644 --- a/INSTALL.ubuntu +++ b/INSTALL.ubuntu @@ -52,7 +52,7 @@ Run the following command to update your system: 1.4.1 Option A: Download Koha via Git (optional) $ sudo apt-get install git-core git-email - $ git clone git://git.koha-community.org/pub/scm/koha.git kohaclone + $ git clone git://git.koha-community.org/koha.git kohaclone $ cd kohaclone $ git checkout -b myinstall origin diff --git a/INSTALL.ubuntu.lucid b/INSTALL.ubuntu.lucid index 0ee096ed24..4d7722721d 100644 --- a/INSTALL.ubuntu.lucid +++ b/INSTALL.ubuntu.lucid @@ -45,7 +45,7 @@ IMPORTANT: You _MUST_ follow all the steps outlined there for 1.3.1 Option A: Download Koha via Git (optional) $ sudo apt-get install git-core git-email - $ git clone git://git.koha-community.org/pub/scm/koha.git kohaclone + $ git clone git://git.koha-community.org/koha.git kohaclone $ cd kohaclone $ git checkout -b myinstall origin -- 2.39.2