Fix typos in raspberry.sh

This commit is contained in:
Callum 2016-09-05 22:47:49 -04:00 committed by GitHub
parent d1f5118bb5
commit 1def120616

View File

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