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, 0 insertions, 6 deletions
diff --git a/infest/core/debian b/infest/core/debian
deleted file mode 100755
index fedd1ede..00000000
--- a/infest/core/debian
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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