Merge pull request #428 from callumdmay/master

Fix typos in raspberry.sh
This commit is contained in:
Michael Teeuw
2016-09-06 10:06:52 +02:00
committed by GitHub

View File

@@ -68,7 +68,7 @@ else
NODE_INSTALL=true NODE_INSTALL=true
fi fi
# Install or upgare node if nessecery. # Install or upgrade node if necessary.
if $NODE_INSTALL; then if $NODE_INSTALL; then
echo -e "\e[96mInstalling Node.js ...\e[90m" echo -e "\e[96mInstalling Node.js ...\e[90m"