mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-16 22:57:01 +00:00
grabbed the apt-installed packages and put them in install-root
This commit is contained in:
parent
78f3b7dd3f
commit
b91a061842
1 changed files with 5 additions and 0 deletions
5
qira/install-root
Executable file
5
qira/install-root
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
apt-get -y install python-pip libssl-dev build-essential python-dev python-pip debootstrap libjpeg-dev zlib1g-dev unzip wget graphviz software-properties-common libgmp-dev llvm-3.4-dev time clang-3.4 ocaml ocaml-native-compilers camlp4-extra opam clang
|
||||
apt-get -y install libssl-dev:i386 libc6:i386 libncurses5:i386 libstdc++6:i386 libglib2.0-0:i386 libfreetype6:i386 libsm6:i386 libxrender1:i386 libfontconfig1:i386 libxext-dev:i386 libssl1.0.0:i386 valac-0.22 libvala-0.22-dev
|
||||
apt-get build-dep qemu
|
Loading…
Add table
Reference in a new issue