Author: nextgens
Date: 2008-06-22 04:35:03 +0000 (Sun, 22 Jun 2008)
New Revision: 20616
Modified:
trunk/apps/new_installer/scripts/update.sh
Log:
update.sh: cosmetic
Modified: trunk/apps/new_installer/scripts/update.sh
===================================================================
--- trunk/apps/new_installer/scripts/update.sh 2008-06-22 04:25:08 UTC (rev
20615)
+++ trunk/apps/new_installer/scripts/update.sh 2008-06-22 04:35:03 UTC (rev
20616)
@@ -150,10 +150,8 @@
if test ! -x "`which wget`"
then
- WGET=0
DOWNLOADER="curl --cacert $CAFILE -q -f -L -O "
else
- WGET=1
DOWNLOADER="wget -o /dev/null --ca-certificate $CAFILE -N "
fi