From 59f85704cfce2345cb8ee38120c7d9f60c1f57cb Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Tue, 5 Sep 2017 15:26:40 +0100 Subject: [PATCH] Add warning when NVM is not present --- bin/install-services | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bin/install-services b/bin/install-services index 10ddfe0e43..662255db06 100644 --- a/bin/install-services +++ b/bin/install-services @@ -1,5 +1,14 @@ #! env bash +[ -z "`type -t nvm`" ] && cat <