From 94896fdba47ac05df5860fe76097cdba5e097184 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 2 Jun 2025 09:41:24 +0200 Subject: [PATCH] Never confirm --- install/1-yay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/1-yay.sh b/install/1-yay.sh index 22e3dbb..ca3c7fc 100644 --- a/install/1-yay.sh +++ b/install/1-yay.sh @@ -1,4 +1,4 @@ -sudo pacman -S --needed base-devel +sudo pacman -S --needed --noconfirm base-devel git clone https://aur.archlinux.org/yay-bin.git cd yay-bin makepkg -si --noconfirm