From 216c557064d30ac5f6e2261d8d61046a46512d17 Mon Sep 17 00:00:00 2001 From: H8H Date: Tue, 30 Sep 2014 19:52:53 +0200 Subject: [PATCH] Revert "In Addition to #206, generate the locals before change to it." This reverts commit 37ea672f10f5c73ccf23d23b7cea28bf26663854. --- setup/bootstrap.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index b97042be..cbf2c7c3 100755 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -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.