1
0
Fork 0
arch-install/init.sh

9 lines
201 B
Bash

#!/usr/bin/env bash
pacman-key --init
pacman -Syy
pacman -S archlinux-keyring --noconfirm
pacman -S git --noconfirm
git clone https://git.thefossguy.com/thefossguy/arch-install.git
pushd arch-install