Обновить install.sh
This commit is contained in:
parent
30ef4917b2
commit
2a0546b471
@ -59,8 +59,12 @@ apt install -y netplan.io isc-dhcp-client isc-dhcp-common mc net-tools iputils-p
|
|||||||
timedatectl set-timezone Europe/Moscow
|
timedatectl set-timezone Europe/Moscow
|
||||||
apt -y install ntp
|
apt -y install ntp
|
||||||
aptitude install console-cyrillic
|
aptitude install console-cyrillic
|
||||||
dpkg-reconfigure locales
|
update-locale LANG=ru_RU.UTF-8
|
||||||
# select [392] ru_RU.UTF-8 UTF-8
|
sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen
|
||||||
|
sed -i -e 's/# ru_RU.UTF-8 UTF-8/ru_RU.UTF-8 UTF-8/' /etc/locale.gen
|
||||||
|
dpkg-reconfigure --frontend=noninteractive locales
|
||||||
|
localectl set-locale LANG=ru_RU.UTF-8
|
||||||
|
export LANG=ru_RU.UTF-8
|
||||||
|
|
||||||
rm /etc/netplan/50-cloud-init.yaml
|
rm /etc/netplan/50-cloud-init.yaml
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user