mirror of
https://github.com/unraid/webgui.git
synced 2026-05-04 16:59:27 -05:00
7 lines
119 B
Bash
7 lines
119 B
Bash
#!/bin/sh
|
|
#
|
|
# This selects your default screen font from among the ones in
|
|
# /usr/share/kbd/consolefonts.
|
|
#
|
|
setfont -v
|