diff --git a/install.bash b/install.bash index fd006fa..28e914c 100644 --- a/install.bash +++ b/install.bash @@ -130,8 +130,7 @@ check-script-deps() { local ret_code=0 for cmd in "${commands_to_check[@]}"; do if ! command -v "${cmd}" >/dev/null; then - log "warning" "Could not find command: ${GREEN}${cmd}${RESET_BOLD}, attempting automatic installation" - install-from-pkg-mngr "${cmd}" + log "error" "Could not find command: ${GREEN}${cmd}${RESET_BOLD}, ensure you install this dependency" ret_code=1 else log "info" "Found dependency ${GREEN}${cmd}${RESET_BOLD}"