summaryrefslogtreecommitdiffstats
path: root/infest/core/debian
diff options
context:
space:
mode:
Diffstat (limited to 'infest/core/debian')
-rwxr-xr-xinfest/core/debian6
1 files changed, 6 insertions, 0 deletions
diff --git a/infest/core/debian b/infest/core/debian
new file mode 100755
index 00000000..fedd1ede
--- /dev/null
+++ b/infest/core/debian
@@ -0,0 +1,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