summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorFelix Richter <github@syntax-fehler.de>2011-05-26 12:32:53 +0200
committerFelix Richter <github@syntax-fehler.de>2011-05-26 12:32:53 +0200
commit4fa3e59a99b5c526c51366ca952f219f3b6a5674 (patch)
tree352883281e38dcaf11d454bbf64f03d38bff149c /core
parent1f1cff12f710f4776096261db9849f53ba7af449 (diff)
fixed aggressive bug, pulled install to core
updated makefile accordingly to handle core installer
Diffstat (limited to 'core')
-rwxr-xr-x[-rw-r--r--]core/angstrom1
-rwxr-xr-xcore/debian6
2 files changed, 6 insertions, 1 deletions
diff --git a/core/angstrom b/core/angstrom
index d89d5b32..dafb840f 100644..100755
--- a/core/angstrom
+++ b/core/angstrom
@@ -2,4 +2,3 @@
opkg install vim vim-syntax
opkg install git
-
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