fix keyring install asking whether to continue

This commit is contained in:
natemaia 2017-10-29 23:41:22 -07:00
parent 2f537783d3
commit 67666a6e2c

View File

@ -61,7 +61,7 @@ fi
# finish populating the keyrings
sudo pacman -S archlabs-keyring
sudo pacman -S archlabs-keyring --needed --noconfirm
sudo pacman-key --populate archlabs
}