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

apt-get install $PACKAGES