mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 17:20:04 -06: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
|