Update build.sh

This commit is contained in:
2025-10-31 08:56:23 -06:00
parent d2e14bfed4
commit c0bd63ebf8

View File

@@ -1,5 +1,7 @@
#!/bin/bash
cd "$(dirname "$0")"
dir=$(dirname "$0")
echo $dir
cd $dir
mkdir -p ./linux
git clone --depth 1 https://github.com/torvalds/linux.git ./linux
cat /boot/config-$(uname -r) > ./linux/.config