Use --noconfirm option

pacman: unrecognized option '--yes'
This commit is contained in:
Nguyen Van Anh 2017-01-09 22:13:40 +07:00 committed by GitHub
parent bbfb0dfb8a
commit cc852df0b7
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ conditional_clear
mostrarheader
echo "Updating system..."
sudo pacman -S xterm --yes
sudo pacman -S xterm --noconfirm
##############################