]> git.zerfleddert.de Git - m1-debian/commitdiff
use release build from asahi
authorThomas Glanzmann <thomas@glanzmann.de>
Sat, 13 Aug 2022 08:12:15 +0000 (10:12 +0200)
committerThomas Glanzmann <thomas@glanzmann.de>
Sat, 13 Aug 2022 08:12:15 +0000 (10:12 +0200)
bootstrap.sh

index d3d58ae1bb39b17872353d585850b93c3b69397c..a44128182172f702704c28a71fa0d2a0359a718e 100644 (file)
@@ -41,7 +41,8 @@ build_m1n1()
         test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1
         cd m1n1
         git fetch
-        git reset --hard origin/main; git clean -f -x -d &> /dev/null
+        # https://github.com/AsahiLinux/PKGBUILDs/blob/main/m1n1/PKGBUILD
+        git reset --hard v1.1.3; git clean -f -x -d &> /dev/null
         make -j `nproc`
 )
 }
Impressum, Datenschutz