Update install

Fixed qemu url
This commit is contained in:
raildex1 2017-04-25 04:54:44 +10:00 committed by GitHub
parent 81ca264d23
commit 90135d43d2

View file

@ -1,7 +1,7 @@
#!/bin/bash -ex
set -e -o pipefail
curl http://download.qemu-project.org/qemu-2.8.1.tar.bz2 | tar xvj
curl http://download.qemu.org/qemu-2.8.1.tar.bz2 | tar xvj
cd qemu-2.8.1
source ctf-tools-venv-activate