Modificar configure
This commit is contained in:
parent
039d1a8b35
commit
c710af26b6
|
@ -43,7 +43,7 @@ while [[ $# -gt 0 ]]; do
|
|||
shift
|
||||
done
|
||||
|
||||
check_wanted_programs dialog ncurses=ncursesw6-config
|
||||
check_wanted_programs dialog libncurses-dev=ncursesw6-config
|
||||
|
||||
# Determine whether EFI is available
|
||||
HAS_EFI_SUPPORT=$([[ -d /sys/firmware/efi ]] && echo -n "true" || echo -n "false")
|
||||
|
|
Loading…
Reference in New Issue