From fe27ec848b9d2f48d4c91ed49167ceecb41dea0d Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 3 Feb 2025 11:21:04 +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 481f9af..fc78bb0 100755 --- a/scripts/source.sh +++ b/scripts/source.sh @@ -2,7 +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://git.kernel.org/torvalds/t/linux-6.14-rc1.tar.gz +tar -xf ./linux-6.14-rc1.tar.gz -cd linux-"$(cat ./VERSION)" +cd linux-6.14-rc1