Skip to content

Commit f6aba25

Browse files
committed
cleanup
1 parent b9fe4b4 commit f6aba25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if [ ! -d linux ]; then
99
git clone --branch linux-6.12.y --depth 1 git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
1010
fi
1111
cd linux
12+
git pull
1213
cp ../linux.config .config
1314
if [ ! "aarch64" = "$(uname -m)" ]; then
1415
echo "cross compiling on $(uname -m)"

0 commit comments

Comments
 (0)