diff --git a/install.sh b/install.sh index df7eb98..832e934 100755 --- a/install.sh +++ b/install.sh @@ -24,6 +24,7 @@ fi if ! command -v node &> /dev/null then toolsok='no' + echo "No node found" echo "Install: https://github.com/nodesource/distributions" echo "Install it and try again!" else