diff --git a/scripts/get b/scripts/get index 7b86b16670..475af7211e 100755 --- a/scripts/get +++ b/scripts/get @@ -36,7 +36,7 @@ if [ -n "$PKG_URL" ]; then [ "$VERBOSE" != yes ] && WGET_OPT=-q NBWGET=1 - until [ -f $STAMP ] || wget --passive-ftp -c $WGET_OPT -P $SOURCES/$1 $i; do + until [ -f $STAMP ] || wget --passive-ftp --no-check-certificate -c $WGET_OPT -P $SOURCES/$1 $i; do NBWGET=$(($NBWGET+1)) if [ $NBWGET -gt 10 ]; then echo -e "\nCant't get $1 sources : $i\n Try later !!"