[Koha-patches] [PATCH] [SIGNED-OFF] bug 5516: Corrected git url in Install Documentation Corrected the git clone url for INSTALL.ubuntu, INSTALL.ubuntu.lucid

Katrin Fischer Katrin.Fischer.83 at web.de
Sat Dec 18 20:05:50 CET 2010


From: Edward Allen <ybeddyj at gmail.com>

Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
---
 INSTALL.ubuntu       |    2 +-
 INSTALL.ubuntu.lucid |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL.ubuntu b/INSTALL.ubuntu
index 3a33799..58220ca 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 0ee096e..4d77227 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
 
-- 
1.7.1



More information about the Koha-patches mailing list