/archinstall

An arch install script (relatively personalized to me, but still a bit customizable)

Primary LanguageShell

My arch install script

It is simple: just run these commands in the ISO.

$ pacman -Sy git
$ git clone https://github.com/jso8910/archinstall
$ cd archinstall

Then tinker with the config in the config file. Finally

$ ./install.sh

If you get a Permission denied just run $ chmod +x install.sh.