X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/fe26e69fad1fb8e2288a78997aeb0b209cca9a18..6a6e1b4dc8d0e925c6604c061031a700969aa854:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index ca3426d..5640e97 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -31,8 +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-rc6-5; git clean -f -x -d &> /dev/null - curl -s https://tg.st/u/40c9642c7569c52189f84621316fc9149979ee65.patch | git am - + 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 @@ -46,7 +45,7 @@ build_m1n1() cd m1n1 git fetch -a -t # https://github.com/AsahiLinux/PKGBUILDs/blob/main/m1n1/PKGBUILD - git reset --hard v1.1.8; git clean -f -x -d &> /dev/null + git reset --hard v1.2.3; git clean -f -x -d &> /dev/null make -j `nproc` ) }