From 65315340eac5b99a37382e4f6bd13e2a57622f43 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 2 Jan 2022 23:50:56 -0300 Subject: [PATCH] Update checkForExpect() --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 52a9a7f..6b26b11 100755 --- a/install.sh +++ b/install.sh @@ -205,7 +205,7 @@ checkForParu() { checkForExpect() { commOutput=$(command -v paru > /dev/null 2>&1 || echo 1) if [ "$commOutput" = "1" ]; then - pacman -S expect + pacman -S --needed --noconfirm expect fi }