generated from kernel-packages/linux-6.13.4
Update scripts/source.sh
This commit is contained in:
parent
9272da28bc
commit
fe27ec848b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user