Version bump

This commit is contained in:
David Duque 2020-07-30 15:43:48 +01:00
parent 1ba62c6112
commit 0cf4ed9a24
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ If that doesn't work:
curl https://raw.githubusercontent.com/ddavness/power-mailinabox/master/setup/bootstrap.sh | sudo bash
```
## Current Version: v0.46.POWER.5 (Tracking v0.46)
## Current Version: v0.47.POWER.0 (Tracking v0.47)
This is a fork of MiaB (duh), hacked and tuned to my needs:

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.46.POWER.5
TAG=v0.47.POWER.0
else
echo "This script must be run on a system running Debian 10 OR Ubuntu 20.04 LTS."
exit 1