http://kernel.org redirects to https://
workaround for uninstalled certs, add --no-check-certificate parameter
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user