mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-24 07:37:04 +00:00
Version bump
This commit is contained in:
parent
98b50ce333
commit
959281c635
@ -11,7 +11,7 @@ if [ -z "$TAG" ]; then
|
|||||||
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.
|
# This machine is running Ubuntu 18.04.
|
||||||
TAG=v0.44.POWER.5
|
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