[+] Yay installer
This commit is contained in:
@@ -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 -
|
||||||
Reference in New Issue
Block a user