Updated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user