Version bump
This commit is contained in:
parent
ffc7e8d77e
commit
3876cbac8a
|
@ -22,7 +22,7 @@ Install Power-Mail-in-a-Box (short link)
|
|||
curl -L https://dvn.pt/powermiab | sudo bash
|
||||
```
|
||||
|
||||
## Current Version: v0.46.POWER.1 (Tracking v0.46)
|
||||
## Current Version: v0.46.POWER.2 (Tracking v0.46)
|
||||
|
||||
This is a fork of MiaB (duh), hacked and tuned to my needs:
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ if [ -z "$TAG" ]; then
|
|||
# Make s
|
||||
OS=`lsb_release -d | sed 's/.*:\s*//'`
|
||||
if [ "$OS" == "Debian GNU/Linux 10 (buster)" -o "$OS" == "Ubuntu 20.04 LTS" ]; then
|
||||
TAG=v0.46.POWER.1
|
||||
TAG=v0.46.POWER.2
|
||||
else
|
||||
echo "This script must be run on a system running Debian 10 OR Ubuntu 20.04 LTS."
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue