Linux Install

  1. Download ISO file from https://archlinux.org/download/
              curl https://geo.mirror.pkgbuild.com/iso/latest/archlinux-x86_64.iso --output arch.iso
            
  2. Create a bootable USB flash drive
              sudo dd bs=4M if=arch.iso of=/dev/sda conv=fsync oflag=direct status=progress
            
  3. Disable Secure Boot in BIOS and boot from USB flash drive
  4. Establish internet connection
              iwctl station wlan0 connect Wi-Fi
            
  5. Trigger installation
              bash <(curl -s https://linux.ardevelop.com/install.sh)