Install and configure Arch Linux. Just need to log in as root, configure an internet connection and mount the formated partitions.
- Install git:
pacman -Sy git
- Retrieve the script:
git clone git://github.com/ppanko/get-arch.git
cd get-arch && ./${FILENAME}
Extra special thanks to Riyyi for sharing the original version of this script.