X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=install_misc%2Finstall_koha_on_fresh_debian;h=6ff1e14a80e475b01dcc4eedbf1c707c1598884c;hb=6df634855cc62a5f31b419ecd1946500bf576065;hp=3595bf5e50daa2ce03b66237f77332573ef3d91f;hpb=fdc9d64c05b4593d1466f8701162159548ac11b7;p=koha_fer diff --git a/install_misc/install_koha_on_fresh_debian b/install_misc/install_koha_on_fresh_debian index 3595bf5e50..6ff1e14a80 100644 --- a/install_misc/install_koha_on_fresh_debian +++ b/install_misc/install_koha_on_fresh_debian @@ -2,7 +2,7 @@ # Licensed under the GPL # Copyright 2008 Biblibre.com -# Koha library project www.koha.org +# Koha library project www.koha-community.org # # this script follow all the installtion procedure described in INSTALL.Debian # with some additions to use lenny packages. @@ -270,11 +270,11 @@ get_koha_git_clone () { dpkg -l git-core || aptitude -y install git-core git-email - git clone git://git.koha.org/pub/scm/koha.git "$base" + git clone git://git.koha-community.org/koha.git "$base" } get_koha_release () { - wget -O- http://download.koha.org/koha-3.00.00.tar.gz | + wget -O- http://download.koha-community.org/koha-3.00.00.tar.gz | tar xzf - } @@ -292,7 +292,7 @@ get_koha_beta () { local i basename; i=2 while [ $i != 11 ]; do basename=koha-3.00.00-beta$i - wget -O- http://download.koha.org/$basename.tar.gz | + wget -O- http://download.koha-community.org/$basename.tar.gz | tar xzf - && mv $basename "$base" && return 0 @@ -467,7 +467,7 @@ libxslt1-dev libyaml-syck-perl libhtml-template-pro-perl libdbd-mysql-perl/testing -libimage-magick-perl +libgraphics-magick-perl liblist-moreutils-perl libtext-iconv-perl/testing libalgorithm-checkdigits-perl