|
|
@ -1114,10 +1114,12 @@ EOF |
|
|
|
dpkg-reconfigure -f noninteractive tzdata >>$OUTPUT 2>&1 && |
|
|
|
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 && |
|
|
|
echo 'LANG="ru_RU.UTF-8"' >/etc/default/locale && |
|
|
|
dpkg-reconfigure -f noninteractive locales >>$OUTPUT 2>&1 && |
|
|
|
#echo 'LANG="ru_RU.UTF-8"' >/etc/default/locale && |
|
|
|
dpkg-reconfigure -f noninteractive locales >>$OUTPUT 2>&1 |
|
|
|
update-locale LANGUAGE=ru_RU.UTF-8 >>$OUTPUT 2>&1 |
|
|
|
update-locale LANG=ru_RU.UTF-8 >>$OUTPUT 2>&1 |
|
|
|
echo "localepurge localepurge/nopurge multiselect en, en_US.UTF-8, ru, ru_RU, ru_RU.UTF-8" | debconf-set-selections |
|
|
|
update-locale LC_ALL=ru_RU.UTF-8 >>$OUTPUT 2>&1 |
|
|
|
echo "localepurge localepurge/nopurge multiselect en_US.UTF-8, ru_RU.UTF-8" | debconf-set-selections |
|
|
|
dpkg-reconfigure -f noninteractive localepurge >>$OUTPUT 2>&1 |
|
|
|
localepurge -v >>$OUTPUT 2>&1 |
|
|
|
|
|
|
|