installpackages: do not confirm

This commit is contained in:
Rob Watson 2021-04-02 21:56:36 +02:00
parent e7ba7ca270
commit 2ea637fcb4
1 changed files with 1 additions and 1 deletions

View File

@ -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 \