summaryrefslogtreecommitdiff
path: root/multitech/contrib/install-deps/install-debian-ubuntu-deps.sh
blob: 02dd2ae8f860bde87e22b042523e76942758ce87 (plain)
1
2
3
4
5
6
7
#!/bin/bash

PACKAGES='build-essential python git-core cvs subversion gawk help2man unzip'
PACKAGES+=' coreutils sed wget diffstat texi2html texinfo make python-pysqlite2'
PACKAGES+=' g++ docbook-utils desktop-file-utils chrpath guile-1.8'

apt-get install $PACKAGES