From 6d1c4593455da5d3deae12da7d37f7e5bb9f0c4a Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sun, 4 Sep 2022 23:02:27 -0700 Subject: [PATCH] :boom: Removed extra note on unmet dependencies --- scripts/dependencycheck | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/dependencycheck b/scripts/dependencycheck index 1a0a5dd6..540cdd4e 100755 --- a/scripts/dependencycheck +++ b/scripts/dependencycheck @@ -24,7 +24,6 @@ function dependencycheck() done if [ $missingdependencies -gt 0 ] ; then - echo "${txtred}Please install needed dependencies${txtwhite}" exit 1 # comment out if using in other scripts else