summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2019-05-11 11:52:42 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2019-05-11 11:52:42 -0500
commiteeac7bf5b7fa86332127747e6e37dfd7825872d7 (patch)
tree25d1ac71cd9226185922de3180e8b73d6099a433 /scripts
parent46d554b218abd67b9670498cf54cac499c9f826d (diff)
downloadkernel-eeac7bf5b7fa86332127747e6e37dfd7825872d7.tar.gz
kernel-eeac7bf5b7fa86332127747e6e37dfd7825872d7.tar.xz
kernel-eeac7bf5b7fa86332127747e6e37dfd7825872d7.zip
Linux v5.1.1
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/stable-update.sh2
1 files changed, 1 insertions, 1 deletions
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