summaryrefslogtreecommitdiff
path: root/multitech/contrib/install-deps/install-debian-ubuntu-deps.sh
blob: 417bf6c88812f8423321b3704b5f3c569340e39c (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'

sudo apt-get install $PACKAGES