X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/72dac4e8730e99e7b8734d590a9c3cd24e39fcd4..b5a41dd14432126008b654937c0099d8888b5e50:/mini.sh diff --git a/mini.sh b/mini.sh index 79810ce..d219594 100644 --- a/mini.sh +++ b/mini.sh @@ -34,7 +34,7 @@ build_m1n1() test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1 cd m1n1 git fetch -a -t - git reset --hard v1.1.8; + git reset --hard v1.2.2; make -j `nproc` ) }