installpackages: do not confirm
This commit is contained in:
parent
e7ba7ca270
commit
2ea637fcb4
|
@ -7,7 +7,7 @@ if [[ $EUID > 0 ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
pacman -S --needed base-devel \
|
||||
pacman -S --needed --noconfirm base-devel \
|
||||
git \
|
||||
exa \
|
||||
fzf \
|
||||
|
|
Loading…
Reference in New Issue