summaryrefslogtreecommitdiffstats
path: root/modules/infest/core/debian
diff options
context:
space:
mode:
authortv <tv@also>2011-05-28 14:34:33 +0200
committertv <tv@also>2011-05-28 14:34:33 +0200
commit937099fb6d2360129ab3fa5d698bd5c70d14e6d5 (patch)
treef16fc0b899b7ee0f7510f0847450c455d2488848 /modules/infest/core/debian
parent922cc67c0080c6ed42ca4f5fee4e5ad898c79462 (diff)
infest: Major Refactoring
Diffstat (limited to 'modules/infest/core/debian')
-rwxr-xr-xmodules/infest/core/debian6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/infest/core/debian b/modules/infest/core/debian
new file mode 100755
index 00000000..fedd1ede
--- /dev/null
+++ b/modules/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