From 4c3ace1aae1bc1655092cbedc12315c6e1e3b1f0 Mon Sep 17 00:00:00 2001 From: xSghetti Date: Tue, 16 Jul 2024 18:12:12 -0400 Subject: [PATCH] install.sh? maybe? --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..4c7a8d0 --- /dev/null +++ b/install.sh @@ -0,0 +1,4 @@ +pacman -S --needed git base-devel +git clone https://aur.archlinux.org/yay-bin.git +cd yay-bin +makepkg -si