Arch Installation Scripts
Really basic scripts to aid in installing Arch Linux.
-
parted /dev/sda
-
mklabel gpt
-
mkpart ESP fat32 1049kB 538MB
-
set 1 boot on
-
mkpart primary ext4 538MB 100%
-
quit
wget https://avarx.link/AISBase.sh
sh AISBase.sh
- Follow instructions
wget https://avarx.link/AISChroot.sh
sh AISChroot.sh
- Follow instructions
wget https://avarx.link/AISUser.sh
sh AISUser.sh
- Follow instructions
wget https://avarx.link/AISWM.sh
sh AISWM.sh
- Follow instructions
wget https://avarx.link/AISPackages.sh
sudo pacman -S --noconfirm $(cat AISPackages.sh | grep -o "^ [^#]" | less)