From c0bd63ebf8b35360d8ebae98a65950619061c9ab Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 31 Oct 2025 08:56:23 -0600 Subject: [PATCH] Update build.sh --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 77df88e..2872e23 100644 --- a/build.sh +++ b/build.sh @@ -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