mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-24 07:37:04 +00:00
Don't interfere with locales right away, bump version
This commit is contained in:
parent
2d228c0520
commit
3589ac2c06
@ -1,7 +1,7 @@
|
|||||||
(Power) Mail-in-a-Box
|
(Power) Mail-in-a-Box
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
## Current Version: v0.44.POWER.3 (Tracking v0.44)
|
## Current Version: v0.44.POWER.4 (Tracking v0.44)
|
||||||
|
|
||||||
This is a fork of MiaB (duh), hacked and tuned to my needs:
|
This is a fork of MiaB (duh), hacked and tuned to my needs:
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ if [ -z "$TAG" ]; then
|
|||||||
# want to display in status checks.
|
# want to display in status checks.
|
||||||
if [ "`lsb_release -d | sed 's/.*:\s*//' `" == "Debian GNU/Linux 10 (buster)" ]; then
|
if [ "`lsb_release -d | sed 's/.*:\s*//' `" == "Debian GNU/Linux 10 (buster)" ]; then
|
||||||
# This machine is running Ubuntu 18.04.
|
# This machine is running Ubuntu 18.04.
|
||||||
TAG=v0.44.POWER.3
|
TAG=v0.44.POWER.4
|
||||||
|
|
||||||
else
|
else
|
||||||
echo "This script must be run on a system running Debian 10."
|
echo "This script must be run on a system running Debian 10."
|
||||||
@ -39,14 +39,10 @@ if [ ! -d $HOME/mailinabox ]; then
|
|||||||
if [ ! -f /usr/bin/git ]; then
|
if [ ! -f /usr/bin/git ]; then
|
||||||
echo Installing git . . .
|
echo Installing git . . .
|
||||||
apt-get -q -q update
|
apt-get -q -q update
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -q -q install -y git locales < /dev/null
|
DEBIAN_FRONTEND=noninteractive apt-get -q -q install -y git < /dev/null
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo Setting locales . . .
|
|
||||||
locale-gen en_US.UTF-8
|
|
||||||
echo "LANG=en_US.UTF-8" > /etc/default/locale
|
|
||||||
|
|
||||||
echo Downloading Mail-in-a-Box $TAG. . .
|
echo Downloading Mail-in-a-Box $TAG. . .
|
||||||
git clone \
|
git clone \
|
||||||
-b $TAG --depth 1 \
|
-b $TAG --depth 1 \
|
||||||
|
Loading…
Reference in New Issue
Block a user