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.
This commit is contained in:
Daniel Gray 2018-05-14 03:24:32 -05:00 committed by Junegunn Choi
parent cce17ad0a0
commit 62f062ecfa

View File

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