6 lines
152 B
Bash
Executable file
6 lines
152 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
apt-get update
|
|
apt-get install -y qemu-system-x86
|
|
apt-get install -y gdb
|
|
echo "set auto-load safe-path /" > /home/vagrant/.gdbinit
|