From 241b22db87dfbdc7f4dbef9a0106caaf25abc8bf Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Mon, 14 Sep 2015 23:46:08 -0400 Subject: [PATCH] warn pi users --- script/bootstrap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/bootstrap b/script/bootstrap index 639ae9a..6c5efca 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -17,6 +17,9 @@ fi mkdir -p log echo "Installing packages..." +if [[ "$OSTYPE" == "linux*" ]]; then + echo "This might take a while on a Raspberry Pi..." +fi npm install > /dev/null 2>&1 if [ ! -f config.json ]