These are my scripts to automatically install Arch Linux.
- Install git to the Arch live CD by typing
pacman -S git
- Type
git clone https://www.github.com/alexthelion335/auto-arch-install.git
to download the scripts. - Edit the variables at the top of both scripts to change the drive you want to install on, user, and password.
- Type
sh ./install-arch.sh
to start part one of the installation. - When the script pauses and tells you to type something, type
sh ./install-arch2.sh
to do the last part of the installation. - Type
reboot
to reboot.
The scripts will install Arch Linux on /dev/sda
by default. The username is alex
and the default password is password
.