mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-25 07:47:05 +00:00
Version bump
This commit is contained in:
parent
5d6c23cff9
commit
74554bcbf3
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
- **PRE-REQUISITES:** Debian 10 (Buster) fresh installation
|
- **PRE-REQUISITES:** Debian 10 (Buster) or Ubuntu 20.04 LTS fresh installation
|
||||||
|
|
||||||
Update packages:
|
Update packages:
|
||||||
```sh
|
```sh
|
||||||
@ -22,7 +22,7 @@ Install Power-Mail-in-a-Box (short link)
|
|||||||
curl -L https://dvn.pt/powermiab | sudo bash
|
curl -L https://dvn.pt/powermiab | sudo bash
|
||||||
```
|
```
|
||||||
|
|
||||||
## Current Version: v0.44.POWER.5 (Tracking v0.44)
|
## Current Version: v0.44.POWER.7 (Tracking v0.44)
|
||||||
|
|
||||||
This is a fork of MiaB (duh), hacked and tuned to my needs:
|
This is a fork of MiaB (duh), hacked and tuned to my needs:
|
||||||
|
|
||||||
@ -32,9 +32,7 @@ This is a fork of MiaB (duh), hacked and tuned to my needs:
|
|||||||
|
|
||||||
💤 - **I did not begin this part yet!**
|
💤 - **I did not begin this part yet!**
|
||||||
|
|
||||||
- ✅ Proper support for Debian (I recommend Debian Buster or later, but if it works on your machine, it works!);
|
- ✅ Proper support for Debian (I recommend Debian Buster or later, but if it works on your machine, it works!) AND Ubuntu 20.04 LTS;
|
||||||
|
|
||||||
- - I changed the pre-flight checks to accept Debian and Debian only. If you think you can also make this fork Ubuntu-compatible, shoot a PR or something.
|
|
||||||
|
|
||||||
- ✅ Native support for SMTP relays (For example: SendGrid);
|
- ✅ Native support for SMTP relays (For example: SendGrid);
|
||||||
|
|
||||||
|
@ -10,8 +10,7 @@ if [ -z "$TAG" ]; then
|
|||||||
# Make s
|
# Make s
|
||||||
OS=`lsb_release -d | sed 's/.*:\s*//'`
|
OS=`lsb_release -d | sed 's/.*:\s*//'`
|
||||||
if [ "$OS" == "Debian GNU/Linux 10 (buster)" -o "$OS" == "Ubuntu 20.04 LTS" ]; then
|
if [ "$OS" == "Debian GNU/Linux 10 (buster)" -o "$OS" == "Ubuntu 20.04 LTS" ]; then
|
||||||
# This machine is running Ubuntu 18.04.
|
TAG=v0.44.POWER.7
|
||||||
TAG=v0.44.POWER.6
|
|
||||||
else
|
else
|
||||||
echo "This script must be run on a system running Debian 10 OR Ubuntu 20.04 LTS."
|
echo "This script must be run on a system running Debian 10 OR Ubuntu 20.04 LTS."
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user