linux-pikaos-template/scripts/source.sh
Ward from fusion-voyager-3 f7701af36c move to new scripts
2023-11-04 21:34:55 +03:00

9 lines
248 B
Bash
Executable File

#!/bin/bash
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
cd linux-"$(cat ./VERSION)"