Pre-install UTF-8

This commit is contained in:
Sergey Mazein
2024-10-30 18:05:22 +03:00
parent 20bceccb93
commit 427783d249
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ Pre-install clear OS (LCX)
Pre-install Proxmosserver
```bash
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/Installers/pre_install_proxmox.sh)
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/Installers/pre_install_proxmos.sh)
```
Pre-install clear OS
+5
View File
@@ -83,6 +83,11 @@ sudo systemctl restart exporterd
zabbix_agentd -V
echo "Изменяем текущую локаль на UTF-8"
echo 'export LANG=en_US.UTF-8' >> ~/.bashrc
echo 'export LC_ALL=en_US.UTF-8' >> ~/.bashrc
echo "Меняем часовой пояс на Europe/Moscow"
sudo timedatectl set-timezone Europe/Moscow
date