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

Version bump

This commit is contained in:
David Duque
2020-06-21 15:45:34 +01:00
parent 5d6c23cff9
commit 74554bcbf3
2 changed files with 4 additions and 7 deletions

View File

@@ -10,8 +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
# This machine is running Ubuntu 18.04.
TAG=v0.44.POWER.6
TAG=v0.44.POWER.7
else
echo "This script must be run on a system running Debian 10 OR Ubuntu 20.04 LTS."
exit 1