installpackages: fix typo

This commit is contained in:
Rob Watson 2021-04-02 22:41:42 +02:00
parent 2571cf92b9
commit 4aef7ae472
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 --noconfirm base-devel \
pacman -S --needed --noconfirm base-devel \
git \
exa \
fzf \