#!/bin/sh

pacman-key --init
pacman --noconfirm --needed -Sy git
git clone https://github.com/trinteen/archinstall
cd archinstall
sh start.sh
