X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/8509d16fde992c9111576f73b7d5612dec259d3a..0469ea3ee783f57bd1b368502d3286d96064e6e1:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index ab20b34..5640e97 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.2.2; git clean -f -x -d &> /dev/null + git reset --hard v1.2.3; git clean -f -x -d &> /dev/null make -j `nproc` ) }