installpackages: fix typo
This commit is contained in:
parent
2571cf92b9
commit
4aef7ae472
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue