diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,3 +8,9 @@ infest: infest/etc infest/root make -C modules/noise infest +install-debian: + [ `which git` ] || apt-get install git-core + [ `which tmux` ] || apt-get install tmux + [ `which screen` ] && apt-get remote screen + [ `which vim` ] || apt-get install vim + |