From c22398133bf5ce0490db416890db06d18d9f3695 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 22 Jul 2021 18:48:58 +0200 Subject: [PATCH] Script to run the console font configuration utility. --- opt_01_console_font.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 opt_01_console_font.sh diff --git a/opt_01_console_font.sh b/opt_01_console_font.sh new file mode 100755 index 0000000..b69b3ce --- /dev/null +++ b/opt_01_console_font.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +sudo dpkg-reconfigure console-setup + +