wok-next diff get-dropbox/stuff/get-dropbox @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents ae2c78100dca
children
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	Sat Nov 21 14:32:44 2020 +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."