rename MAIN MENU to Setup Menu

This commit is contained in:
Tobias Powalowski 2023-09-30 14:25:55 +02:00
parent 69bbc364b5
commit 75f198dc2c

View file

@ -202,7 +202,7 @@ _mainmenu() {
_DEFAULT="--default-item ${_NEXTITEM}"
fi
#shellcheck disable=SC2086
_dialog --no-cancel ${_DEFAULT} --title " MAIN MENU " \
_dialog --no-cancel ${_DEFAULT} --title " Setup Menu " \
--menu "" 11 45 7 \
"1" "Prepare Storage Device" \
"2" "Install Packages" \