From 7524ac8a196e9fc4e3e5ec7dc74a73247ab89101 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Sun, 27 Mar 2022 01:32:39 +0100 Subject: [PATCH] :boom: add yay installation --- post-install-artix.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/post-install-artix.sh b/post-install-artix.sh index 49fa913..3229cb6 100644 --- a/post-install-artix.sh +++ b/post-install-artix.sh @@ -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