This commit is contained in:
David Duque 2022-10-30 23:05:36 +00:00
parent 97683aa9ba
commit 1efa0ed408
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Power Mail-in-a-Box
## **[Installation](#installation)** (current version: v60.2)
## **[Installation](#installation)** (current version: v60.3)
## **[Upgrading Quick Start](#upgrading)**
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/davness)

View file

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

View file

@ -36,7 +36,7 @@ if [ -z "$TAG" ]; then
[ "$(echo $OS | grep -o 'Ubuntu 20.04')" == "Ubuntu 20.04" ] ||
[ "$(echo $OS | grep -o 'Ubuntu 22.04')" == "Ubuntu 22.04" ]
then
TAG=v60.2
TAG=v60.3
elif [ "$OS" == "Debian GNU/Linux 10 (buster)" ]; then
echo "We are going to install the last version of Power Mail-in-a-Box supporting Debian 10 (buster)."
echo "IF THIS IS A NEW INSTALLATION, STOP NOW, AND USE A SUPPORTED DISTRIBUTION INSTEAD (ONE OF THESE):"