From 92781b7cf99084bf5688bcdbf3db55c4adfe319a Mon Sep 17 00:00:00 2001 From: disconnect3d Date: Thu, 28 Sep 2023 23:18:06 +0200 Subject: [PATCH] fix arch ci --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 04e3f8d64..2de6b0ee3 100755 --- a/setup.sh +++ b/setup.sh @@ -67,7 +67,7 @@ install_pacman() { if [[ "$answer" == "y" ]]; then sudo pacman -Syu || true fi - sudo pacman -S --needed git gdb python python-pip python-capstone python-unicorn python-pycparser python-psutil python-ptrace python-pyelftools python-six python-pygments which debuginfod + sudo pacman -S --noconfirm --needed git gdb python python-pip python-capstone python-unicorn python-pycparser python-psutil python-ptrace python-pyelftools python-six python-pygments which debuginfod if ! grep -q "^set debuginfod enabled on" ~/.gdbinit; then echo "set debuginfod enabled on" >> ~/.gdbinit fi