We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9fe4b4 commit f6aba25Copy full SHA for f6aba25
build.sh
@@ -9,6 +9,7 @@ if [ ! -d linux ]; then
9
git clone --branch linux-6.12.y --depth 1 git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
10
fi
11
cd linux
12
+git pull
13
cp ../linux.config .config
14
if [ ! "aarch64" = "$(uname -m)" ]; then
15
echo "cross compiling on $(uname -m)"
0 commit comments