mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-17 23:26:58 +00:00
Update install
Fixed qemu url
This commit is contained in:
parent
81ca264d23
commit
90135d43d2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue