[+] Yay installer

This commit is contained in:
Hykilpikonna
2022-09-13 23:52:44 -04:00
committed by GitHub
parent fe59436a84
commit b78e22c799
+8
View File
@@ -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 -