summaryrefslogtreecommitdiffstats
path: root/infest/core/debian
blob: fedd1ede5474aba5ef77aaad3781ec7b68868646 (plain)
1
2
3
4
5
6
#!/bin/sh
set -x
[ `which git` ] || apt-get install --yes git-core
[ `which tmux` ] || apt-get install --yes tmux
[ `which screen` ] && apt-get remote --yes screen
[ `which vim` ] || apt-get install --yes vim