blob: cadb5ca2e5ac7214a005ff431950b53230c45589 (
plain)
1
2
3
4
5
6
7
|
#!/bin/bash
DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get -y install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat \
libsdl1.2-dev xterm make xsltproc docbook-utils fop dblatex xmlto autoconf automake \
libtool libglib2.0-dev libarchive-dev python-git git python python-2.7 python-minimal \
repo mc
|