diff options
author | tv <tv@also> | 2011-05-28 14:34:33 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-05-28 14:34:33 +0200 |
commit | 937099fb6d2360129ab3fa5d698bd5c70d14e6d5 (patch) | |
tree | f16fc0b899b7ee0f7510f0847450c455d2488848 /core/debian | |
parent | 922cc67c0080c6ed42ca4f5fee4e5ad898c79462 (diff) |
infest: Major Refactoring
Diffstat (limited to 'core/debian')
-rwxr-xr-x | core/debian | 6 |
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 |