warn pi users

This commit is contained in:
Jon Maddox
2015-09-14 23:46:08 -04:00
parent 8d94366e3c
commit 241b22db87

View File

@@ -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 ]