From 56c4e2a39e29c9c4c2f3e4643ffd832732d1cd10 Mon Sep 17 00:00:00 2001 From: zeus Date: Tue, 12 Jan 2021 21:46:10 +0200 Subject: [PATCH] install --- install.sh | 1 + 1 file changed, 1 insertion(+) 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