v56.3
This commit is contained in:
parent
9defa6c54d
commit
1fcc1a489b
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# Power Mail-in-a-Box
|
||||
**[Installation](#installation)** (current version: v56.2)
|
||||
**[Installation](#installation)** (current version: v56.3)
|
||||
|
||||
[![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: 56.2
|
||||
version: 56.3
|
||||
x-logo:
|
||||
url: https://mailinabox.email/static/logo.png
|
||||
altText: Mail-in-a-Box logo
|
||||
|
|
|
@ -35,7 +35,7 @@ if [ -z "$TAG" ]; then
|
|||
[ "$OS" == "Debian GNU/Linux 11 (bullseye)" ] ||
|
||||
[ "$(echo $OS | grep -o 'Ubuntu 20.04')" == "Ubuntu 20.04" ]
|
||||
then
|
||||
TAG=v56.2
|
||||
TAG=v56.3
|
||||
else
|
||||
echo "This script must be run on a system running one of the following OS-es:"
|
||||
echo "* Debian 10 (buster)"
|
||||
|
|
Loading…
Reference in a new issue