|
|
@ -189,6 +189,9 @@ if [ $notimeout -eq 1 ] ; then |
|
|
|
curl_options="$curl_options -y 60 -Y 1 --connect-timeout 300" |
|
|
|
fi |
|
|
|
|
|
|
|
#Disable checking for certificates on https downloads |
|
|
|
curl_options="$curl_options -k" |
|
|
|
|
|
|
|
# cksum_chk filename cksum origfile |
|
|
|
# |
|
|
|
# This function verifies the checksum. If it fails it renames the file |
|
|
|