]> git.zerfleddert.de Git - m1-debian/blobdiff - bootstrap.sh
only use big fonts; upgrade m1n1
[m1-debian] / bootstrap.sh
index f380008a0919fc1079b1927fb1cac4379b6b97a5..5640e973e19c82e10e1a16d94325c17b7fb9a4ae 100755 (executable)
@@ -31,7 +31,7 @@ build_linux()
         test -d linux || git clone https://github.com/AsahiLinux/linux
         cd linux
         git fetch -a -t
-        git reset --hard asahi-6.1-rc6-5; git clean -f -x -d &> /dev/null
+        git reset --hard asahi-6.1-rc8-3; git clean -f -x -d &> /dev/null
         cat ../../config-16k.txt > .config
         make olddefconfig
         make -j `nproc` V=0 bindeb-pkg > /dev/null
@@ -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`
 )
 }
Impressum, Datenschutz