mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-04 18:29:26 +00:00
Updated qemu to 2.4.0.1
Tested with Kali 1.10
This commit is contained in:
parent
512ef2cd2f
commit
cb7fae5079
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue