From b78e22c7992b4808a30eb3d781cc3acaf6912c2a Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Tue, 13 Sep 2022 23:52:44 -0400 Subject: [PATCH] [+] Yay installer --- arch.setup.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 arch.setup.sh diff --git a/arch.setup.sh b/arch.setup.sh new file mode 100644 index 0000000..d04d8dd --- /dev/null +++ b/arch.setup.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +# Install yay +pacman -S --needed git base-devel +git clone https://aur.archlinux.org/yay.git /tmp/yay +cd /tmp/yay +makepkg -si +cd -