Fixing provisioning of gdbinit
This commit is contained in:
parent
4376508c63
commit
83a632b1b2
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
|||
apt-get update
|
||||
apt-get install -y qemu-system-x86
|
||||
apt-get install -y gdb
|
||||
echo "set auto-load safe-path /" > ~/.gdbinit
|
||||
echo "set auto-load safe-path /" > /home/vagrant/.gdbinit
|
||||
|
|
Loading…
Reference in a new issue