unset LC_CTYPE
unset LANG
-export M1N1_VERSION=1.4.0
+export M1N1_VERSION=1.4.2
build_linux()
{
test -d linux || git clone https://github.com/AsahiLinux/linux
cd linux
git fetch -a -t
- git reset --hard asahi-6.5-8;
+ git reset --hard asahi-6.5-13
cat ../../config.txt > .config
make LLVM=${CLANG_VERSION} rustavailable
make LLVM=${CLANG_VERSION} olddefconfig