v60.3
This commit is contained in:
parent
97683aa9ba
commit
1efa0ed408
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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):"
|
||||
|
|
Loading…
Reference in a new issue