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
This commit is contained in:
Digital Studium 2024-03-08 21:47:40 +03:00
parent 93de6237de
commit f35b0363d1
1 changed files with 6 additions and 1 deletions

View File

@ -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