From ac8c0ae7620d935ab73d3f48c776ca6a24fa36f0 Mon Sep 17 00:00:00 2001 From: David Duque Date: Wed, 22 Jul 2020 12:45:18 +0100 Subject: [PATCH] Release v0.46.POWER.4 --- README.md | 4 ++-- setup/bootstrap.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a61c8113..e6f9b725 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.46.POWER.3 (Tracking v0.46) +## Current Version: v0.46.POWER.4 (Tracking v0.46) This is a fork of MiaB (duh), hacked and tuned to my needs: @@ -51,7 +51,7 @@ This is a fork of MiaB (duh), hacked and tuned to my needs: - ✅ Updated NextCloud to the latest version available; -- 👨‍💻 Performing backups immediately from the admin panel (independently from the daily schedule); +- ✅ Performing backups immediately from the admin panel (independently from the daily schedule); - 💤 Encrypting backups using user-provided PGP keys; diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 1f76258c..1c0b9ea6 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 "$OS" == "Ubuntu 20.04 LTS" ]; then - TAG=v0.46.POWER.3 + TAG=v0.46.POWER.4 else echo "This script must be run on a system running Debian 10 OR Ubuntu 20.04 LTS." exit 1