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 /.graveyard/infest/core/debian | |
parent | b6a98c4b37829a9b85fafaa20df35cdec2045cf2 (diff) |
partly remove infest into .graveyard
moving host-patch for beaglebone
Diffstat (limited to '.graveyard/infest/core/debian')
-rwxr-xr-x | .graveyard/infest/core/debian | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.graveyard/infest/core/debian b/.graveyard/infest/core/debian new file mode 100755 index 00000000..fedd1ede --- /dev/null +++ b/.graveyard/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 |