Browse Source

update minioslib

master
crims0n 5 years ago
parent
commit
c5c2528ef6
  1. 8
      linux-live/minioslib

8
linux-live/minioslib

@ -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

Loading…
Cancel
Save