xv6-cs450/vagrantprov.sh
2014-09-25 01:38:07 -05:00

7 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