remove menu text

This commit is contained in:
Tobias Powalowski 2023-09-06 07:40:51 +02:00
parent f56a77ecbf
commit df70117be0

View file

@ -229,7 +229,7 @@ _mainmenu() {
fi
#shellcheck disable=SC2086
_dialog --no-cancel ${_DEFAULT} --title " MAIN MENU " \
--menu 11 58 7 \
--menu "" 11 58 7 \
"1" "Prepare Storage Device" \
"2" "Install Packages" \
"3" "Configure System" \