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