From e52d9464a370ddc9a4c702e510106d5cb8f70462 Mon Sep 17 00:00:00 2001 From: Ian Mancini Date: Sun, 12 Apr 2020 04:53:50 -0300 Subject: [PATCH] Add script to install yay --- setup/install_yay | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 setup/install_yay diff --git a/setup/install_yay b/setup/install_yay new file mode 100755 index 0000000..c1dca62 --- /dev/null +++ b/setup/install_yay @@ -0,0 +1,7 @@ +#!/bin/sh + +set -Eeuo pipefail + +git clone https://aur.archlinux.org/yay.git /tmp/yay +cd /tmp/yay +makepkg -si