chore: add ncurses to the list of required programs
This commit is contained in:
parent
5970601403
commit
e8606bee90
|
@ -44,7 +44,7 @@ while [[ $# -gt 0 ]]; do
|
|||
shift
|
||||
done
|
||||
|
||||
check_has_programs dialog
|
||||
check_has_programs dialog ncurses
|
||||
|
||||
# Wrap dialog in two functions to prevent it from cluttering stderr.
|
||||
function dialog_wrapper() { dialog_out=$(command dialog --colors "$@" 3>&2 2>&1 1>&3 3>&-); }
|
||||
|
|
Loading…
Reference in New Issue