- Installation guide (in Russian)
- Recommended post-installation settings (in Russian)
- Arch Linux installation script
- yay installation script
- Lists of recommended base packages
- pacman.txt (official)
- aur.txt (AUR)
- Arch Linux logo and wallpaper
- Boot the Arch Linux live environment from the ISO image
- Download the installation script via curl
# curl -LO zurg3.github.io/arch-linux-info/install_arch_linux.sh
- Make the script executable
# chmod +x install_arch_linux.sh
- Run the script
# ./install_arch_linux.sh
- Enter the hostname, username, root password and user password
- Kernel selection
- DE/WM selection
- DM selection
- Option to install VirtualBox Guest Utils
- Option to make disk partitions
- Installation process...
- Rebooting
- Arch Linux has been installed!
- If the installation script doesn't meet your requirements, you can fork this repository to edit the script to your needs.
- Issues are welcome. Also you can suggest some ideas there.