Skip to content

avarx/AIS

Repository files navigation

AIS

Arch Installation Scripts

install arch

Description

Really basic scripts to aid in installing Arch Linux.

Usage

1 Prepare

  1. parted /dev/sda

  2. mklabel gpt

  3. mkpart ESP fat32 1049kB 538MB

  4. set 1 boot on

  5. mkpart primary ext4 538MB 100%

  6. quit

2 Base System

  1. wget https://avarx.link/AISBase.sh
  2. sh AISBase.sh
  3. Follow instructions

3 Do chroot stuff

  1. wget https://avarx.link/AISChroot.sh
  2. sh AISChroot.sh
  3. Follow instructions

4 Create user

  1. wget https://avarx.link/AISUser.sh
  2. sh AISUser.sh
  3. Follow instructions

5 Install WM

  1. wget https://avarx.link/AISWM.sh
  2. sh AISWM.sh
  3. Follow instructions

6 Install packages

  1. wget https://avarx.link/AISPackages.sh
  2. sudo pacman -S --noconfirm $(cat AISPackages.sh | grep -o "^ [^#]" | less)

About

Arch Installation Scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages