]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Changed ISO download path to normal server.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 11 Dec 2010 08:35:22 +0000 (09:35 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 11 Dec 2010 08:35:22 +0000 (09:35 +0100)
src/install+setup/install/downloadsource.sh
src/scripts/backupiso

index 8471df312fb9b8157b8c83c5bc6b5ab8808375a1..fad2609d59db40a6b9ce03bdcdad5b0f2b415e89 100644 (file)
@@ -19,9 +19,7 @@
 #                                                                             #
 ###############################################################################
 
-# Path for testing. Need to be changed for release!
-IPFireISO=people.ipfire.org/~arne_f/testing/next/ipfire.iso
-#IPFireISO=download.ipfire.org/iso/ipfire.iso
+IPFireISO=download.ipfire.org/iso/ipfire.iso
 
 #Get user defined download from boot cmdline
 grep "netinstall=" /proc/cmdline > /dev/null && CMDLINE=1
index c1cc35b53927a47dd14dff4ae417088ae7d6fa04..203748f10ef78726058da5935c5d0c7e791d7b17 100644 (file)
@@ -3,7 +3,7 @@
 COREVER=`cat /opt/pakfire/db/core/mine`
 # FIXME: edit this lines before release
 URL=http://download.ipfire.org/iso/
-ISO=ipfire-2.7.i586-full-core$COREVER.iso
+ISO=ipfire-2.9beta1.i586-full-core$COREVER.iso
 
 if [ -z "$1" ]; then 
        echo usage: $0 backup-file