linux-pikaos-template/scripts/source.sh
2023-06-06 17:53:04 +01:00

9 lines
163 B
Bash
Executable File

#!/bin/bash
echo "Pika Kernel - Getting source"
wget -nv https://git.kernel.org/torvalds/t/linux-6.4-rc5.tar.gz
tar -xf ./linux-6.4-rc5.tar.gz
cd linux-6.4-rc5