X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/47b13fcc06f24ef711192dcf73b22247b9407c73..cbbcdc2540055c995cf6966218974340864575b4:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index e3f1649..f380008 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -45,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.2; git clean -f -x -d &> /dev/null make -j `nproc` ) }