Release v0.46.POWER.4
This commit is contained in:
parent
16ae3038b3
commit
ac8c0ae762
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue