-
Boot into the Arch Linux live environment.
-
Connect to the internet using iwctl.
iwctl
station wlan0 scan
station wlan0 get-networks
station wlan0 connect <SSID>
exit
- Download and run the script.
curl -sL https://raw.githubusercontent.com/Hiyabye/arch-install/main/install.sh | bash
- After the script finishes, shut down the system.
shutdown now
- Remove the installation media and boot into the new system. After logging in as the new user, connect to the internet using nmcli.
nmcli device wifi connect <SSID> password <password>
- Run the post-install script.
curl -sL https://raw.githubusercontent.com/Hiyabye/arch-install/main/post-install.sh | bash
- Installation Guide - ArchWiki
- Automating Arch Linux Part 3: Creating a Custom Arch Linux Installer | Disconnected Systems
- Successfully install Arch Linux
- Move time consuming tasks to the end
- Add option to install a desktop environment
This project is licensed under the MIT License.