|
|
|
@ -67,7 +67,7 @@ install_pacman() {
|
|
|
|
if [[ "$answer" == "y" ]]; then
|
|
|
|
if [[ "$answer" == "y" ]]; then
|
|
|
|
sudo pacman -Syu || true
|
|
|
|
sudo pacman -Syu || true
|
|
|
|
fi
|
|
|
|
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
|
|
|
|
if ! grep -q "^set debuginfod enabled on" ~/.gdbinit; then
|
|
|
|
echo "set debuginfod enabled on" >> ~/.gdbinit
|
|
|
|
echo "set debuginfod enabled on" >> ~/.gdbinit
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|