linux-pikaos-6.11.0/scripts/source.sh

9 lines
166 B
Bash
Raw Normal View History

2024-08-30 14:06:11 +02:00
#!/bin/bash
echo "Pika Kernel - Getting source"
2024-08-30 15:04:41 +02:00
wget -nv https://git.kernel.org/torvalds/t/linux-6.11-rc5.tar.gz
tar -xf ./linux-6.11-rc5.tar.gz
2024-08-30 14:06:11 +02:00
2024-08-30 15:04:41 +02:00
cd linux-6.11-rc5