mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
accidentally left some stuff commented out
This commit is contained in:
parent
2284a08064
commit
63723d94ec
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
#git clone https://github.com/zardus/preeny
|
||||
git clone https://github.com/zardus/preeny
|
||||
PATH=$PWD/../crosstool/bin:$PATH
|
||||
|
||||
cd preeny
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
#curl http://wiki.qemu-project.org/download/qemu-2.3.0.tar.bz2 | tar xvj
|
||||
curl http://wiki.qemu-project.org/download/qemu-2.3.0.tar.bz2 | tar xvj
|
||||
cd qemu-2.3.0
|
||||
./configure --prefix=$(dirname $PWD)
|
||||
make -j $(nproc)
|
||||
|
|
Loading…
Reference in a new issue