Author: nextgens Date: 2006-04-05 08:00:49 +0000 (Wed, 05 Apr 2006) New Revision: 8466
Modified: trunk/apps/installer/installclasspath/linux/update.sh Log: Doh Modified: trunk/apps/installer/installclasspath/linux/update.sh =================================================================== --- trunk/apps/installer/installclasspath/linux/update.sh 2006-04-05 00:55:33 UTC (rev 8465) +++ trunk/apps/installer/installclasspath/linux/update.sh 2006-04-05 08:00:49 UTC (rev 8466) @@ -5,9 +5,6 @@ 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 ]] then @@ -21,4 +18,9 @@ echo "Your freenet node is up to date" fi +wget -o /dev/null https://emu.freenetproject.org/svn/trunk/apps/installer/installclasspath/linux/update.sh -O update2.sh +chmod +x update2.sh +mv update2.sh update.sh + + popd 2>&1 >/dev/null
