1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-06 22:17:23 +02:00
v0.53a

Changed the Z-Push download URL.
This commit is contained in:
KiekerJan
2021-05-09 11:33:58 +02:00
4 changed files with 10 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ if [ -z "$TAG" ]; then
elif [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/18\.04\.[0-9]/18.04/' `" == "Ubuntu 18.04 LTS" ]; then
# This machine is running Ubuntu 18.04.
TAG=v0.53
TAG=v0.53a
elif [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/14\.04\.[0-9]/14.04/' `" == "Ubuntu 14.04 LTS" ]; then
# This machine is running Ubuntu 14.04.