summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorFelix Richter <Felix.Richter@syntax-fehler.de>2011-05-14 20:29:20 +0200
committerFelix Richter <Felix.Richter@syntax-fehler.de>2011-05-14 20:29:20 +0200
commitdaca8e958bb6e8e6d97e0121481874100e1d281e (patch)
tree25c0fddf7f606c5e2fbb00f380bb9596b92b2474 /bootstrap.sh
parentf4544cf0512d5c5d48263be086afe55d8c201d45 (diff)
added home infest/ partially fixed noise makefile
Makefile: infest/root now included bootstrap.sh: now only prints what you have to do after deployment infest/root: script which copies everything in root into original root modules/noise/Makefile: fixed when no audio is available (by || true command) root/ssh/authorized_keys: now in the correct path (shame on you tv!)
Diffstat (limited to 'bootstrap.sh')
-rw-r--r--bootstrap.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 3a1de4eb..433235e9 100644
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -13,9 +13,10 @@ pacman -Sy git || \
cd /krebs || { echo "cannot change into /krebs folder:(" ; exit 1; } || exit 1
-read -n1 -p "infest now? [yN]"
+#read -n1 -p "infest now? [yN]"
-[[ $REPLY = [yY] ]] && make infest
-echo $REPLY
+#[[ $REPLY = [yY] ]] && make infest
+#echo $REPLY
+echo "do 'make infest' in /krebs"
echo "have a nice day"