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

Add icmpshell
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 18 15:59:17 2014 +0100 (2014-12-18)
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	Thu Dec 18 15:59:17 2014 +0100
     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."