From cd41b069df10aa9b91692334950ba3258f1134ef Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 11 Nov 2024 20:01:03 +0100 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 1f81b80..d7833f4 100755 --- a/scripts/source.sh +++ b/scripts/source.sh @@ -7,6 +7,6 @@ echo "Pika Kernel - Getting source" # cd linux-"$(cat ./VERSION)" -wget -nv https://git.kernel.org/torvalds/t/linux-6.12-rc6.tar.gz -tar -xf ./linux-6.12-rc6.tar.gz -cd linux-6.12-rc6 +wget -nv https://git.kernel.org/torvalds/t/linux-6.12-rc7.tar.gz +tar -xf ./linux-6.12-rc7.tar.gz +cd linux-6.12-rc7