shorten hook

This commit is contained in:
Tobias Powalowski 2023-01-27 09:12:37 +01:00
parent f13f00e385
commit 7b5079d33a

View file

@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-2.0-only
run_hook() {
setfont -C /dev/console /usr/share/kbd/consolefonts/ter-v16n.psf.gz
setfont -C /dev/console ter-v16n
}
# vim: set ft=sh ts=4 sw=4 et: