From 29edc0303c222af9eb3940b15fb9c31943101c41 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Thu, 18 Jun 2020 13:21:17 -0500 Subject: [PATCH] No confirm --- simpleaur | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleaur b/simpleaur index 046a20a..80a1a87 100755 --- a/simpleaur +++ b/simpleaur @@ -152,7 +152,7 @@ cd "$basebuilddir" || exit for ipackage in "$@"; do if [ -d "$ipackage" ]; then cd "$ipackage" || exit - if makepkg -sci ; then + if makepkg -sci --noconfirm ; then cd "$basebuilddir" || exit printf "\n${GREEN}The package ${BLUE}[ $ipackage ] ${GREEN}has been installed.\n" continue