Updated README of the archlinux plugin

This commit is contained in:
Moses Miller
2016-10-02 14:28:39 -07:00
committed by Marc Cornellà
parent 485dd2b736
commit e418a2bb92
2 changed files with 26 additions and 1 deletions

View File

@ -64,7 +64,7 @@ elif (( $+commands[yaourt] )); then
}
else
upgrade() {
pacman -Syu
sudo pacman -Syu
}
fi