diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index cbf2c7c3..b97042be 100755 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -26,6 +26,11 @@ 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.