git reset --hard origin/asahi; git clean -f -x -d
         curl -s https://tg.st/u/9ce9060dea91951a330feeeda3ad636bc88c642c.patch | git am -
         curl -s https://tg.st/u/5nly | git am -
-        curl -s https://tg.st/u/asahi-config-2022-01-19 > .config
+        curl -s https://tg.st/u/config-2022-01-24 > .config
         make olddefconfig
         make -j 16 bindeb-pkg
 )
 
+Video: https://tg.st/u/m1debian.mp4
+# Boot into macos
+diskutil apfs resizeContainer disk0s2 200GB
+
+curl -L https://mrcn.st/alxsh | sh
+
 curl -LO https://github.com/AsahiLinux/asahi-installer/archive/refs/heads/main.zip
 unzip main.zip
-cd asahi-installer/src
+cd asahi-installer-main/src
+cd /tmp/asahi-install
 # set paths
-/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/bin/python3 -m firmware.wifi /usr/share/firmware/wifi /Volumes/Linux/linux-firmware.zip
+/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/bin/python3 -m firmware.wifi /usr/share/firmware/wifi /Volumes/Linux/linux-firmware.tar
+
+- do not forget step2.sh
 
 curl -LO https://tg.st/u/u-boot.macho
 kmutil configure-boot -c u-boot.macho -v /Volumes/Linux
 diskutl list
 curl -L https://tg.st/u/m1.tgz | tar -xOz | dd of=/dev/<identifier of Linux Filesystem>
 
+vi /etc/fstab
+
+grub-install --removable /dev/nvme0n1p4
+dpkg-reconfigure grub-efi-arm64
+
 update-initramfs -k all -c
 update-grub