mirror of
https://github.com/unraid/webgui.git
synced 2026-05-07 12:51:21 -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
|