wok diff get-dropbox/stuff/get-dropbox @ rev 16481

xpaint: clean up packaged files
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 03:43:46 2014 +0200 (2014-04-23)
parents ae2c78100dca
children b7abf6bf1c1d
line diff
     1.1 --- a/get-dropbox/stuff/get-dropbox	Wed Feb 29 15:12:55 2012 -0800
     1.2 +++ b/get-dropbox/stuff/get-dropbox	Wed Apr 23 03:43:46 2014 +0200
     1.3 @@ -29,7 +29,7 @@
     1.4  cd $TEMP_DIR
     1.5  
     1.6  # Download the file
     1.7 -wget -O $TARBALL $URL 
     1.8 +wget --no-check-certificate -O $TARBALL $URL 
     1.9  
    1.10  if [ ! -f $TARBALL ]; then
    1.11  	echo "Could not download $TARBALL. Exiting."