From dfc31e55c3f30c579a83c5b8ad0326f12b94f7d6 Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Sat, 7 Dec 2024 20:27:32 -0600 Subject: [PATCH] Update install.sh: update error message --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 92b207009..73b6bd956 100755 --- a/install.sh +++ b/install.sh @@ -3525,8 +3525,8 @@ install_installer_dependencies() { sudo apt-get update && run_aptGet gawk jq dialog } > "${TMP}" 2>&1 - check_success $? "gawk,jq installation failed" "${TMP}" "${DEBUG}" || - exit_with_image 1 "${STATUS_ERROR}" "gawk,jq install failed." + check_success $? "gawk,jq,dialog installation failed" "${TMP}" "${DEBUG}" || + exit_with_image 1 "${STATUS_ERROR}" "gawk,jq,dialog install failed." STATUS_VARIABLES+=( "${FUNCNAME[0]}='true'\n" ) }