From f760a83541fd49249753c1995e04ede0a0013f4f Mon Sep 17 00:00:00 2001 From: krebs Date: Sun, 22 May 2011 01:36:12 +0200 Subject: added installer script for debian --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 09b68293..fdb195c9 100644 --- a/Makefile +++ b/Makefile @@ -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 + -- cgit v1.2.3