From c9f83a4d57f1b692178bacce43534875e135411d Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 11 Feb 2023 09:43:45 +0530 Subject: [PATCH] add script to init pacman and setup the install env --- init.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 init.sh 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