From 97958e744191d039830a268f9c9cf920b45b2aa1 Mon Sep 17 00:00:00 2001 From: The_miro Date: Fri, 26 Sep 2025 14:44:19 +0200 Subject: [PATCH] aded noconfirm to update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 3dc7a9d..808f5b2 100755 --- a/update.sh +++ b/update.sh @@ -1,5 +1,5 @@ #!/bin/bash pacman -Syu --noconfirm -yay -Syu --answerdiff None --answerclean All --removemake +yay -Syu --noconfirm --answerdiff None --answerclean All --removemake