diff options
author | makefu <github@syntax-fehler.de> | 2013-12-30 03:55:15 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-12-30 03:55:47 +0100 |
commit | 25f7b33bf43e4d7a049eb1f4885d24f24ac1dca9 (patch) | |
tree | bfc49f861699411e404a6248fdcf09abd251d50b /infest/core/debian | |
parent | b6a98c4b37829a9b85fafaa20df35cdec2045cf2 (diff) |
partly remove infest into .graveyard
moving host-patch for beaglebone
Diffstat (limited to 'infest/core/debian')
-rwxr-xr-x | infest/core/debian | 6 |
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 |