Skip to content

Latest commit

 

History

History
37 lines (36 loc) · 709 Bytes

README.md

File metadata and controls

37 lines (36 loc) · 709 Bytes

archinstaller

This bash script makes Arch Linux faster and easier to install with better mirrors and parallel downloads

  • uses archinstall for most of installation related stuff
  • clean and easy to use

Usage

  1. Boot into any Arch Linux image
  2. run the commands(optional)
pacman-key --init
pacman-key --populate archlinux
  1. Install git and clone this repo
pacman -Sy
pacman -S git
git clone https://github.com/AnshhSingh/archinstaller/
  1. Run the script!
cd archinstall
chmod +x arch.sh
./arch.sh
  1. The arch install script will guide you with rest of the process

Note

  • Arch Linux is not recommended for a complete Linux beginner