1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-12 17:07:23 +01:00

Release v0.46.POWER.4

This commit is contained in:
David Duque
2020-07-22 12:45:18 +01:00
parent 16ae3038b3
commit ac8c0ae762
2 changed files with 3 additions and 3 deletions

View File

@@ -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.3
TAG=v0.46.POWER.4
else
echo "This script must be run on a system running Debian 10 OR Ubuntu 20.04 LTS."
exit 1