mirror of
https://github.com/unraid/webgui.git
synced 2026-04-21 17:29:28 -05:00
7 lines
121 B
Bash
7 lines
121 B
Bash
#!/bin/bash
|
|
#
|
|
# This selects your default screen font from among the ones in
|
|
# /usr/share/kbd/consolefonts.
|
|
#
|
|
setfont -v
|