http://kernel.org redirects to https://
workaround for uninstalled certs, add --no-check-certificate parameterpull/5/head
parent
aea9727f0f
commit
54dd0a7eb6
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue