Remove -y flag from Arch Linux installation (#1290)

https://wiki.archlinux.org/index.php/Partial_upgrades#Partial_upgrades_are_unsupported

You should never `pacman -Sy <pkg>`, Arch users are expected
to keep their system already up-to-date before installing anything.
pull/1302/head
Daniel Gray 6 years ago committed by Junegunn Choi
parent cce17ad0a0
commit 62f062ecfa

@ -135,7 +135,7 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
### Arch Linux
```sh
sudo pacman -Sy fzf
sudo pacman -S fzf
```
### Fedora

Loading…
Cancel
Save