From bd9c13511021c642a31bddebcde96c2df874b8d0 Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 18 Nov 2024 15:17:56 +0100 Subject: [PATCH] Update scripts/source.sh --- scripts/source.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/scripts/source.sh b/scripts/source.sh index d7833f4..481f9af 100755 --- a/scripts/source.sh +++ b/scripts/source.sh @@ -2,11 +2,7 @@ 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)" - -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 +cd linux-"$(cat ./VERSION)"