From a336931c9571e496f431bac39fcd5c7da276d290 Mon Sep 17 00:00:00 2001 From: David Ferreira de Sousa Duque Date: Wed, 26 Aug 2020 23:13:41 +0100 Subject: [PATCH] Version release: v0.48.POWER.0 --- README.md | 2 +- setup/bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33e8875f..09937d0d 100644 --- a/README.md +++ b/README.md @@ -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.47.POWER.0 (Tracking v0.47) +## Current Version: v0.48.POWER.0 (Tracking v0.48) This is a fork of MiaB (duh), hacked and tuned to my needs: diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 4aaddc87..3167061d 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -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.47.POWER.0 + TAG=v0.48.POWER.0 else echo "This script must be run on a system running Debian 10 OR Ubuntu 20.04 LTS." exit 1