From 0a35d494e0c693c90a691fc843d77a736ddb1793 Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 16 Sep 2024 14:06:30 +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 01f41fe..481f9af 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-rc6.tar.gz -tar -xf ./linux-6.11-rc6.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-6.11-rc6 +cd linux-"$(cat ./VERSION)"