Update checkForExpect()
This commit is contained in:
parent
911fa2aa0b
commit
65315340ea
|
@ -205,7 +205,7 @@ checkForParu() {
|
||||||
checkForExpect() {
|
checkForExpect() {
|
||||||
commOutput=$(command -v paru > /dev/null 2>&1 || echo 1)
|
commOutput=$(command -v paru > /dev/null 2>&1 || echo 1)
|
||||||
if [ "$commOutput" = "1" ]; then
|
if [ "$commOutput" = "1" ]; then
|
||||||
pacman -S expect
|
pacman -S --needed --noconfirm expect
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue