From f35b0363d14844e30a3f515c4293f0f0f3d6e979 Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Fri, 8 Mar 2024 21:47:40 +0300 Subject: [PATCH] fix(install\_software.sh): add missing locales installation steps and generate Russian locales feat(install\_software.sh): extend the list of packages to install with bat, locales for Russian language support --- install_software.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/install_software.sh b/install_software.sh index 0314fca..a68a565 100755 --- a/install_software.sh +++ b/install_software.sh @@ -28,7 +28,12 @@ v4l2loopback-dkms `# for obs-studio` \ obs-studio `# for screen recording` \ python3-pip `# pip` \ tensorrt-libs \ -bat +bat \ +locales + +sudo locale-gen ru_RU +sudo locale-gen ru_RU.UTF-8 +sudo update-locale # lf settings sudo cp lf_preview.sh /usr/local/bin