Revert "In Addition to #206, generate the locals before change to it."

This reverts commit 37ea672f10.
This commit is contained in:
H8H 2014-09-30 19:52:53 +02:00
parent d9ed25e6d8
commit 216c557064
1 changed files with 0 additions and 5 deletions

View File

@ -26,11 +26,6 @@ if [ ! -d mailinabox ]; then
echo Downloading Mail-in-a-Box . . .
git clone -b $TAG --depth 1 https://github.com/mail-in-a-box/mailinabox 2> /dev/null
# Generate the locale en_US.UTF-8
locale-gen en_US.UTF-8
dpkg-reconfigure locales
cd mailinabox
# If it does exist, update it.