Revert "In Addition to #206, generate the locals before change to it."
This reverts commit 37ea672f10
.
This commit is contained in:
parent
d9ed25e6d8
commit
216c557064
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue