v0.52.POWER.3

This commit is contained in:
David Duque 2021-03-30 20:34:27 +01:00
parent f4df9a5e1a
commit a3851bd6be
No known key found for this signature in database
GPG key ID: 913FE0F2477D7D6B
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ sudo dpkg-reconfigure locales
curl https://raw.githubusercontent.com/ddavness/power-mailinabox/master/setup/bootstrap.sh | sudo bash
```
## Current Version: v0.52.POWER.2 (Tracking v0.52)
## Current Version: v0.52.POWER.3 (Tracking v0.52)
This is a fork of MiaB (duh), hacked and tuned to my needs:

View file

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

View file

@ -10,7 +10,7 @@ if [ -z "$TAG" ]; then
# Make s
OS=`lsb_release -d | sed 's/.*:\s*//'`
if [ "$OS" == "Debian GNU/Linux 10 (buster)" -o "$(echo $OS | grep -o 'Ubuntu 20.04')" == "Ubuntu 20.04" ]; then
TAG=v0.52.POWER.2
TAG=v0.52.POWER.3
else
echo "This script must be run on a system running Debian 10 OR Ubuntu 20.04 LTS."
exit 1