Linux v5.1.1

This commit is contained in:
Justin M. Forbes 2019-05-11 11:52:42 -05:00
commit eeac7bf5b7
3 changed files with 6 additions and 2 deletions

View file

@ -35,7 +35,7 @@ if [ -z $VERSION ]; then
fi
if [ ! -f patch-$1.xz ]; then
wget https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-$1.xz
wget https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$1.xz
if [ ! $? -eq 0 ]; then
echo "Download fail"
exit 1