linux-pikaos-template/scripts/source.sh

9 lines
205 B
Bash
Raw Normal View History

2023-02-22 16:23:11 +01:00
#!/bin/bash
echo "Pika Kernel - Getting source"
2023-08-22 19:37:25 +02:00
wget -nv https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/linux-6.5-rc7.tar.gz
tar -xf ./linux-6.5-rc7.tar.gz
2023-02-22 16:23:11 +01:00
2023-08-22 19:37:25 +02:00
cd linux-6.5-rc7