diff options
Diffstat (limited to 'bootstrap.sh')
-rw-r--r-- | bootstrap.sh | 7 |
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" |