Skip to content

Hiyabye/arch-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Automation of the Arch Linux installing process

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages