Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.27 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.27 KB

Arch Linux Installation Guide

How to use

  1. Boot into the Arch Linux live environment.

  2. Connect to the internet using iwctl.

iwctl
station wlan0 scan
station wlan0 get-networks
station wlan0 connect <SSID>
exit
  1. Download and run the script.
curl -sL https://raw.githubusercontent.com/Hiyabye/arch-install/main/install.sh | bash
  1. After the script finishes, shut down the system.
shutdown now
  1. 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>
  1. Run the post-install script.
curl -sL https://raw.githubusercontent.com/Hiyabye/arch-install/main/post-install.sh | bash

References

Roadmap

  • Successfully install Arch Linux
  • Move time consuming tasks to the end
  • Add option to install a desktop environment

License

This project is licensed under the MIT License.