26417d7d08
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 15m54s
9 lines
166 B
Bash
Executable File
9 lines
166 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Pika Kernel - Getting source"
|
|
|
|
wget -nv https://git.kernel.org/torvalds/t/linux-6.11-rc5.tar.gz
|
|
tar -xf ./linux-6.11-rc5.tar.gz
|
|
|
|
cd linux-6.11-rc5
|