X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/47b13fcc06f24ef711192dcf73b22247b9407c73..cbbcdc2540055c995cf6966218974340864575b4:/rydarcy.sh diff --git a/rydarcy.sh b/rydarcy.sh index 89a439e..773045d 100644 --- a/rydarcy.sh +++ b/rydarcy.sh @@ -33,7 +33,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.7; + git reset --hard v1.2.2; make -j `nproc` ) }