Author: nextgens Date: 2006-04-03 14:34:34 +0000 (Mon, 03 Apr 2006) New Revision: 8438
Modified: trunk/apps/installer/installclasspath/linux/update.sh trunk/apps/installer/installclasspath/windows/update.cmd Log: installer: we want the installer to be able to selfupdate Modified: trunk/apps/installer/installclasspath/linux/update.sh =================================================================== --- trunk/apps/installer/installclasspath/linux/update.sh 2006-04-02 17:45:20 UTC (rev 8437) +++ trunk/apps/installer/installclasspath/linux/update.sh 2006-04-03 14:34:34 UTC (rev 8438) @@ -5,6 +5,8 @@ wget -o /dev/null -N http://downloads.freenetproject.org/alpha/freenet-cvs-snapshot.jar.url touch freenet-cvs-snapshot.jar.url.old +wget -o /dev/null https://emu.freenetproject.org/svn/trunk/apps/installer/installclasspath/linux/update.sh -O update.sh +chmod +x update.sh diff --brief freenet-cvs-snapshot.jar.url freenet-cvs-snapshot.jar.url.old if [[ $? -ne 0 ]] Modified: trunk/apps/installer/installclasspath/windows/update.cmd =================================================================== --- trunk/apps/installer/installclasspath/windows/update.cmd 2006-04-02 17:45:20 UTC (rev 8437) +++ trunk/apps/installer/installclasspath/windows/update.cmd 2006-04-03 14:34:34 UTC (rev 8438) @@ -3,5 +3,6 @@ @echo "Updating Freenet" bin\wget.exe -o NUL -N http://downloads.freenetproject.org/alpha/freenet-cvs-snapshot.jar.url bin\wget.exe -o NUL -i freenet-cvs-snapshot.jar.url -O freenet-cvs-snapshot.jar +bin\wget.exe -o NUL https://emu.freenetproject.org/svn/trunk/apps/installer/installclasspath/windows/update.cmd @echo "Restarting Freenet" @net start freenet- at serviceName@
