This commit is contained in:
David Duque 2022-06-07 11:38:10 +01:00
parent 55dbd9d93c
commit a0d44f3d05
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# Power Mail-in-a-Box # Power Mail-in-a-Box
**[Installation](#installation)** (current version: v56.4) **[Installation](#installation)** (current version: v56.5)
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/davness) [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/davness)

View file

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

View file

@ -2,7 +2,7 @@
######################################################### #########################################################
# This script is intended to be run like this: # This script is intended to be run like this:
# #
# curl https://dvn.pt/power-miab | sudo bash # curl -L https://power-mailinabox.net/setup.sh | sudo bash
# #
######################################################### #########################################################
@ -35,7 +35,7 @@ if [ -z "$TAG" ]; then
[ "$OS" == "Debian GNU/Linux 11 (bullseye)" ] || [ "$OS" == "Debian GNU/Linux 11 (bullseye)" ] ||
[ "$(echo $OS | grep -o 'Ubuntu 20.04')" == "Ubuntu 20.04" ] [ "$(echo $OS | grep -o 'Ubuntu 20.04')" == "Ubuntu 20.04" ]
then then
TAG=v56.4 TAG=v56.5
else else
echo "This script must be run on a system running one of the following OS-es:" echo "This script must be run on a system running one of the following OS-es:"
echo "* Debian 10 (buster)" echo "* Debian 10 (buster)"