http://kernel.org redirects to https://

workaround for uninstalled certs, add --no-check-certificate parameter
This commit is contained in:
Elan Ruusamäe
2013-03-25 09:04:49 +02:00
parent aea9727f0f
commit 54dd0a7eb6
+1 -1
View File
@@ -15,7 +15,7 @@ DL="http://www.kernel.org/pub/linux/utils/boot/syslinux/$PKGTGZ"
# download, unpack, and patch syslinux
if [ ! -d $PKG ]; then
rm -rf $PKG
wget -c "$DL"
wget --no-check-certificate -c "$DL"
tar -xf $PKGTGZ
fi