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:
parent
93de6237de
commit
f35b0363d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue