Pre-install UTF-8
This commit is contained in:
@@ -17,7 +17,7 @@ Pre-install clear OS (LCX)
|
|||||||
Pre-install Proxmosserver
|
Pre-install Proxmosserver
|
||||||
|
|
||||||
```bash
|
```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
|
Pre-install clear OS
|
||||||
|
|||||||
@@ -83,6 +83,11 @@ sudo systemctl restart exporterd
|
|||||||
|
|
||||||
zabbix_agentd -V
|
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"
|
echo "Меняем часовой пояс на Europe/Moscow"
|
||||||
sudo timedatectl set-timezone Europe/Moscow
|
sudo timedatectl set-timezone Europe/Moscow
|
||||||
date
|
date
|
||||||
|
|||||||
Reference in New Issue
Block a user