mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-17 23:26:58 +00:00
Switch to fetching qemu from git, update to 2.10-rc2 and fix archlinux install-root
This commit is contained in:
parent
fa0db4f148
commit
1ad0d90246
2 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
|||
#!/bin/bash -ex
|
||||
set -e -o pipefail
|
||||
|
||||
VERSION=2.9.0
|
||||
curl "http://download.qemu.org/qemu-$VERSION.tar.bz2" | tar xvj
|
||||
cd "qemu-$VERSION"
|
||||
VERSION=v2.10.0-rc2
|
||||
git clone --depth=1 -b "$VERSION" git://git.qemu-project.org/qemu.git
|
||||
cd qemu
|
||||
|
||||
source ctf-tools-venv-activate
|
||||
./configure "--prefix=$(dirname $PWD)" "--python=$(which python)"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
pacman -Syu --noconfirm --needed python2
|
||||
pacman -Syu --noconfirm --needed python2 pixman dtc
|
||||
|
|
Loading…
Add table
Reference in a new issue