From eeac7bf5b7fa86332127747e6e37dfd7825872d7 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Sat, 11 May 2019 11:52:42 -0500 Subject: Linux v5.1.1 --- scripts/stable-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/stable-update.sh b/scripts/stable-update.sh index a2ab4904a..259a338c1 100755 --- a/scripts/stable-update.sh +++ b/scripts/stable-update.sh @@ -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 -- cgit