- git reset --hard origin/asahi-wip; git clean -f -x -d &> /dev/null
- curl -sL https://raw.githubusercontent.com/AsahiLinux/PKGBUILDs/main/linux-asahi/config > .config
- make olddefconfig
- make -j `nproc` V=0 > /dev/null
- sudo make modules_install
- sudo make install
+ git reset --hard asahi-6.1-rc5-9;
+ source "$HOME/.cargo/env"
+ cat ../../config.edge > .config
+ make LLVM=-14 olddefconfig
+ make LLVM=-14 -j `nproc` V=0 > /dev/null
+ sudo make LLVM=-14 V=0 modules_install > /dev/null
+ sudo make LLVM=-14 install