From 93ac83d56d95883d9e088c65e7776f9afccc94e0 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Wed, 22 May 2024 21:32:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20tune.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tune.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tune.sh diff --git a/tune.sh b/tune.sh new file mode 100644 index 0000000..648dcbb --- /dev/null +++ b/tune.sh @@ -0,0 +1,10 @@ +rm -rf /etc/localtime +ln -s /usr/share/zoneinfo/Europe/Moscow /etc/localtime + +dnf -y install glibc-langpack-ru +localectl set-locale LANG=ru_RU.UTF-8 + +/etc/sysconfig/i18n +LANG="ru_RU.UTF-8" +SUPPORTED="ru_RU.utf8:ru_RU:ru" +SYSFONT="latarcyrheb-sun16"