switch to Default Font message

This commit is contained in:
Tobias Powalowski 2023-07-21 10:54:16 +02:00
parent 837ed25f6f
commit 3712426bab

View file

@ -22,7 +22,7 @@ _vconsole_font() {
if grep -q '^FONT=.*32' /etc/vconsole.conf; then
_FONTS="ter-v32n Worldwide latarcyrheb-sun32 'Default Font'"
else
_FONTS="ter-v16n 'Default Font' latarcyrheb-sun16 Worldwide eurlatgr Europe"
_FONTS='ter-v16n "Default Font" latarcyrheb-sun16 Worldwide eurlatgr Europe'
fi
#shellcheck disable=SC2086
if _dialog --cancel-label "${_LABEL}" --title " Vconsole Font " --menu "" 9 40 3 ${_FONTS} 2>${_ANSWER}; then