mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
fix qemu tarball location
This commit is contained in:
parent
187743a797
commit
cb23e3ceff
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -e -o pipefail
|
||||
|
||||
curl http://wiki.qemu-project.org/download/qemu-2.8.0.tar.bz2 | tar xvj
|
||||
curl http://download.qemu-project.org/qemu-2.8.0.tar.bz2 | tar xvj
|
||||
cd qemu-2.8.0
|
||||
|
||||
source ctf-tools-venv-activate
|
||||
|
|
Loading…
Reference in a new issue