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 ]