ctf-tools/pwndbg/install-root-debian
2025-03-09 20:08:51 -07:00

8 lines
192 B
Bash
Executable file

#!/bin/bash -ex
sudo apt-get -y install python3-dev 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