From 704ea7e22b976222722f4838648df99bb87adc19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Juri=C5=A1i=C4=87?= Date: Fri, 8 Dec 2023 10:59:54 +0100 Subject: [PATCH] Updated --- devleops/codeigniter/ci4-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devleops/codeigniter/ci4-install.sh b/devleops/codeigniter/ci4-install.sh index 66494c6..b4f355e 100755 --- a/devleops/codeigniter/ci4-install.sh +++ b/devleops/codeigniter/ci4-install.sh @@ -57,7 +57,7 @@ check_deps_bin() { for NAME in "${BIN_DEPS[@]}" do if ! [ -x "$(command -v $NAME)" ]; then - echo "Error: $NAME is not installed." >&2 + echo "Error: $NAME is not installed. Please install $NAME before start this script." >&2 exit 1; fi done