ctf-tools/pwndbg/install-root-debian

9 lines
214 B
Text
Raw Normal View History

#!/bin/bash -ex
2017-09-05 09:25:49 +00:00
sudo apt-get -y install python-dev python3-dev python-pip python3-pip \
libglib2.0-dev libc6-dbg
if uname -m | grep x86_64 > /dev/null; then
sudo apt-get install libc6-dbg:i386 || true
fi