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
5e597bb536
commit
dd7899acca
@ -27,7 +27,7 @@ If that doesn't work:
|
|||||||
curl https://raw.githubusercontent.com/ddavness/power-mailinabox/master/setup/bootstrap.sh | sudo bash
|
curl https://raw.githubusercontent.com/ddavness/power-mailinabox/master/setup/bootstrap.sh | sudo bash
|
||||||
```
|
```
|
||||||
|
|
||||||
## Current Version: v0.46.POWER.4 (Tracking v0.46)
|
## Current Version: v0.46.POWER.5 (Tracking v0.46)
|
||||||
|
|
||||||
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:
|
||||||
|
|
||||||
|
@ -10,7 +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 "$(echo $OS | grep -o 'Ubuntu 20.04')" == "Ubuntu 20.04" ]; then
|
if [ "$OS" == "Debian GNU/Linux 10 (buster)" -o "$(echo $OS | grep -o 'Ubuntu 20.04')" == "Ubuntu 20.04" ]; then
|
||||||
TAG=v0.46.POWER.4
|
TAG=v0.46.POWER.5
|
||||||
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