From d1ca1a821190834edc61c16d94f8208ef6b2c290 Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 2 Sep 2024 18:07:09 +0200 Subject: [PATCH] Update scripts/source.sh --- scripts/source.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/source.sh b/scripts/source.sh index b08c809..01f41fe 100755 --- a/scripts/source.sh +++ b/scripts/source.sh @@ -2,7 +2,7 @@ echo "Pika Kernel - Getting source" -wget -nv https://git.kernel.org/torvalds/t/linux-6.11-rc5.tar.gz -tar -xf ./linux-6.11-rc5.tar.gz +wget -nv https://git.kernel.org/torvalds/t/linux-6.11-rc6.tar.gz +tar -xf ./linux-6.11-rc6.tar.gz -cd linux-6.11-rc5 +cd linux-6.11-rc6