v60.0
This commit is contained in:
parent
824762d18d
commit
025494ed9c
3 changed files with 7 additions and 7 deletions
10
README.md
10
README.md
|
@ -1,5 +1,5 @@
|
|||
# Power Mail-in-a-Box
|
||||
**[Installation](#installation)** (current version: v56.5)
|
||||
**[Installation](#installation)** (current version: v60.0)
|
||||
|
||||
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/davness)
|
||||
|
||||
|
@ -38,13 +38,13 @@ The machine this appliance will be installed on needs to have the following spec
|
|||
- 512MB of RAM (**at least 1GB** is recommended);
|
||||
- 10GB of disk;
|
||||
- **One of the following operating systems:**
|
||||
- - Debian GNU/Linux 10 (Buster)
|
||||
- - Debian GNU/Linux 11 (Bullseye)
|
||||
- - Ubuntu LTS 20.04 (Focal Fossa)
|
||||
- - Ubuntu LTS 22.04 (Jammy Jellyfish)
|
||||
|
||||
**Ubuntu LTS 18.04 (Bionic Beaver) and earlier versions are not supported.**
|
||||
|
||||
**Debian 9 (Stretch) and earlier versions are not supported.**
|
||||
## Legacy Support
|
||||
The following distributions are no longer supported for the latest version, but they used to be supported at a earlier time:
|
||||
- **Debian 10 (Buster)** <= **v56.5**
|
||||
|
||||
<small>_These network requirements are usually not provided by residential ISP's. They are not **strictly required** for Power Mail-in-a-Box to install, but it will take more work to get it running as intended._</small>
|
||||
- Static, public IPv4 (most residential connections **do not** provide static addresses);
|
||||
|
|
|
@ -15,7 +15,7 @@ info:
|
|||
license:
|
||||
name: CC0 1.0 Universal
|
||||
url: https://creativecommons.org/publicdomain/zero/1.0/legalcode
|
||||
version: 56.5
|
||||
version: 60.0
|
||||
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=v56.5
|
||||
TAG=v60.0
|
||||
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