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-06-15 22:29:32 +02:00
wget -nv https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/linux-6.4-rc6.tar.gz
2023-06-14 21:49:41 +02:00
tar -xf ./linux-6.4-rc6.tar.gz
2023-02-22 16:23:11 +01:00
2023-06-14 21:49:41 +02:00
cd linux-6.4-rc6