Bug 7157 - Improve the j2a.pl cronjob
[koha.git] / install_misc / install_koha_on_fresh_debian
index 04d54e9..6ff1e14 100644 (file)
@@ -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.
@@ -18,9 +18,9 @@
 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
 # A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License along with
-# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
-# Suite 330, Boston, MA  02111-1307 USA
+# You should have received a copy of the GNU General Public License along
+# with Koha; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
 # TODO:
 # - search and destroy all TODO in this file
@@ -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