diff --git a/setup.sh b/setup.sh index d16472a7d..aa0b614b2 100755 --- a/setup.sh +++ b/setup.sh @@ -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 }