This commit is contained in:
David Duque 2022-02-18 01:07:01 +00:00
parent d8d742d74d
commit 2cee801002
No known key found for this signature in database
GPG key ID: 913FE0F2477D7D6B
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Power Mail-in-a-Box # Power Mail-in-a-Box
**[Installation](#installation)** (current version: v56.1) **[Installation](#installation)** (current version: v56.2)
Power Mail-in-a-Box (a fork of [Mail-in-a-Box](https://mailinabox.email/)) is a complete pre-configured mail appliance, quickly deployable in a matter of minutes. Power Mail-in-a-Box (a fork of [Mail-in-a-Box](https://mailinabox.email/)) is a complete pre-configured mail appliance, quickly deployable in a matter of minutes.

View file

@ -15,7 +15,7 @@ info:
license: license:
name: CC0 1.0 Universal name: CC0 1.0 Universal
url: https://creativecommons.org/publicdomain/zero/1.0/legalcode url: https://creativecommons.org/publicdomain/zero/1.0/legalcode
version: 56.1 version: 56.2
x-logo: x-logo:
url: https://mailinabox.email/static/logo.png url: https://mailinabox.email/static/logo.png
altText: Mail-in-a-Box logo altText: Mail-in-a-Box logo

View file

@ -35,7 +35,7 @@ if [ -z "$TAG" ]; then
[ "$OS" == "Debian GNU/Linux 11 (bullseye)" ] || [ "$OS" == "Debian GNU/Linux 11 (bullseye)" ] ||
[ "$(echo $OS | grep -o 'Ubuntu 20.04')" == "Ubuntu 20.04" ] [ "$(echo $OS | grep -o 'Ubuntu 20.04')" == "Ubuntu 20.04" ]
then then
TAG=v56.1 TAG=v56.2
else else
echo "This script must be run on a system running one of the following OS-es:" echo "This script must be run on a system running one of the following OS-es:"
echo "* Debian 10 (buster)" echo "* Debian 10 (buster)"