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

workaround for uninstalled certs, add --no-check-certificate parameter
pull/5/head
Elan Ruusamäe 2013-03-25 09:04:49 +02:00
parent aea9727f0f
commit 54dd0a7eb6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ DL="http://www.kernel.org/pub/linux/utils/boot/syslinux/$PKGTGZ"
# download, unpack, and patch syslinux # download, unpack, and patch syslinux
if [ ! -d $PKG ]; then if [ ! -d $PKG ]; then
rm -rf $PKG rm -rf $PKG
wget -c "$DL" wget --no-check-certificate -c "$DL"
tar -xf $PKGTGZ tar -xf $PKGTGZ
fi fi