💥 add yay installation

This commit is contained in:
dannydannydanny 2022-03-27 01:32:39 +01:00 committed by GitHub
parent a6a8da00bc
commit 7524ac8a19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,10 @@
#!/bin/sh
# run as root
pacman -Syy
pacman -Syu
# the following commands are run manually
pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si