X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/f2052d6910848053c2af298a2c1a32d411e13a23..22cfe426d409071e3a62934315806e0a3b083fc5:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index a441281..68d41c4 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -56,6 +56,7 @@ build_uboot() git fetch # For tag, see https://github.com/AsahiLinux/PKGBUILDs/blob/main/uboot-asahi/PKGBUILD git reset --hard asahi-v2022.07-2; git clean -f -x -d &> /dev/null + curl -s https://tg.st/u/0001-usb-storage-continue-probe-on-Invalid-device.patch | git am - make apple_m1_defconfig make -j `nproc` )