diff --git a/init.sh b/init.sh new file mode 100644 index 0000000..247a0ee --- /dev/null +++ b/init.sh @@ -0,0 +1,8 @@ +#!/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