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` \
|
obs-studio `# for screen recording` \
|
||||||
python3-pip `# pip` \
|
python3-pip `# pip` \
|
||||||
tensorrt-libs \
|
tensorrt-libs \
|
||||||
bat
|
bat \
|
||||||
|
locales
|
||||||
|
|
||||||
|
sudo locale-gen ru_RU
|
||||||
|
sudo locale-gen ru_RU.UTF-8
|
||||||
|
sudo update-locale
|
||||||
|
|
||||||
# lf settings
|
# lf settings
|
||||||
sudo cp lf_preview.sh /usr/local/bin
|
sudo cp lf_preview.sh /usr/local/bin
|
||||||
|
|
Loading…
Reference in New Issue