1
0
镜像自地址 https://github.com/mail-in-a-box/mailinabox.git 已同步 2026-03-14 17:27:23 +01:00

Version bump - v0.51.POWER.1

这个提交包含在:
David Duque
2020-11-21 02:42:26 +00:00
父节点 ef116f13de
当前提交 ef282fc7d0
修改 2 个文件,包含 2 行新增2 行删除

查看文件

@@ -27,7 +27,7 @@ If that doesn't work:
curl https://raw.githubusercontent.com/ddavness/power-mailinabox/master/setup/bootstrap.sh | sudo bash
```
## Current Version: v0.51.POWER.0 (Tracking v0.51)
## Current Version: v0.51.POWER.1 (Tracking v0.51)
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 "$(echo $OS | grep -o 'Ubuntu 20.04')" == "Ubuntu 20.04" ]; then
TAG=v0.51.POWER.0
TAG=v0.51.POWER.1
else
echo "This script must be run on a system running Debian 10 OR Ubuntu 20.04 LTS."
exit 1