install git and pip for pacman-based distro (#1377)

pull/1379/head
Xeonacid 3 years ago committed by GitHub
parent 8c55c9a368
commit 64b0102939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,7 @@ install_emerge() {
install_pacman() {
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
sudo pacman -S --noconfirm git gdb python python-pip 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