From 4fa3e59a99b5c526c51366ca952f219f3b6a5674 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 26 May 2011 12:32:53 +0200 Subject: fixed aggressive bug, pulled install to core updated makefile accordingly to handle core installer --- core/debian | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 core/debian (limited to 'core/debian') diff --git a/core/debian b/core/debian new file mode 100755 index 00000000..fedd1ede --- /dev/null +++ b/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 -- cgit v1.2.3