From b99b01955c0c57418011b7dfda6e4a52fdaf493c Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 17 Feb 2025 16:43:37 +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 bc58f84..f466d11 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.14-rc2.tar.gz -tar -xf ./linux-6.14-rc2.tar.gz +wget -nv https://git.kernel.org/torvalds/t/linux-6.14-rc3.tar.gz +tar -xf ./linux-6.14-rc3.tar.gz -cd linux-6.14-rc2 +cd linux-6.14-rc3