From 6bf9f255137ed39f8c6f1cc6f9306978aff929d4 Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Sat, 22 Oct 2022 13:48:36 +0200 Subject: [PATCH] yay build noconfirm --- post_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_install.sh b/post_install.sh index 098840e..37f9a57 100644 --- a/post_install.sh +++ b/post_install.sh @@ -1,6 +1,6 @@ # install yay git clone https://aur.archlinux.org/yay.git -(cd yay && makepkg -sic) +(cd yay && makepkg -sic --noconfirm) rm -rf yay # update conky config with correct interface