From 65d1f4ce32018407e14d305d9e2945181a2ebbb4 Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 4 Nov 2024 21:26:37 +0100 Subject: [PATCH] Update scripts/source.sh --- scripts/source.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/scripts/source.sh b/scripts/source.sh index 481f9af..1f81b80 100755 --- a/scripts/source.sh +++ b/scripts/source.sh @@ -2,7 +2,11 @@ echo "Pika Kernel - Getting source" -wget -nv https://cdn.kernel.org/pub/linux/kernel/v"$(echo $(cat ./VERSION) | cut -f1 -d".")".x/linux-"$(cat ./VERSION)".tar.gz -tar -xf ./linux-"$(cat ./VERSION)".tar.gz +# wget -nv https://cdn.kernel.org/pub/linux/kernel/v"$(echo $(cat ./VERSION) | cut -f1 -d".")".x/linux-"$(cat ./VERSION)".tar.gz +# tar -xf ./linux-"$(cat ./VERSION)".tar.gz -cd linux-"$(cat ./VERSION)" +# 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