mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 01:29:54 -06: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
|