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 }