Updated qemu to 2.4.0.1

Tested with Kali 1.10
This commit is contained in:
raildex1 2015-10-29 00:36:31 +11:00
parent 512ef2cd2f
commit cb7fae5079

View file

@ -1,7 +1,7 @@
#!/bin/bash
curl http://wiki.qemu-project.org/download/qemu-2.3.0.tar.bz2 | tar xvj
cd qemu-2.3.0
curl http://wiki.qemu-project.org/download/qemu-2.4.0.1.tar.bz2 | tar xvj
cd qemu-2.4.0.1
./configure --prefix=$(dirname $PWD)
make -j $(nproc)
make install