Use --noconfirm for pacman (#1376)

Act same as -y for apt. Don't ask for confirmation.
pull/1377/head
Xeonacid 3 years ago committed by GitHub
parent 8c18435e54
commit 8c55c9a368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,8 +61,8 @@ install_emerge() {
}
install_pacman() {
sudo pacman -Syy || true
sudo pacman -S gdb python python-capstone python-unicorn python-pycparser python-psutil python-ptrace python-pyelftools python-six python-future python-pygments which debuginfod
sudo pacman -Syy --noconfirm || true
sudo pacman -S --noconfirm gdb python python-capstone python-unicorn python-pycparser python-psutil python-ptrace python-pyelftools python-six python-future python-pygments which debuginfod
echo "set debuginfod enabled on" >> ~/.gdbinit
}

Loading…
Cancel
Save