From 8509d16fde992c9111576f73b7d5612dec259d3a Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 7 Dec 2022 17:11:44 +0100 Subject: [PATCH] bump version --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index a6b9b3c..ab20b34 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -31,7 +31,7 @@ build_linux() test -d linux || git clone https://github.com/AsahiLinux/linux cd linux git fetch -a -t - git reset --hard asahi-6.1-rc8-2; git clean -f -x -d &> /dev/null + git reset --hard asahi-6.1-rc8-3; git clean -f -x -d &> /dev/null cat ../../config-16k.txt > .config make olddefconfig make -j `nproc` V=0 bindeb-pkg > /dev/null -- 2.39.2