Skip to content

Commit 2ae8cd5

Browse files
committed
v69a
1 parent bc14e80 commit 2ae8cd5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Other updates:
1616
* Added an undocumented option to proxy websockets.
1717
* Internal improvements to the code to make it more reliable and readable.
1818

19+
Version 69a released on July 21, 2024 corrects a setup failure.
20+
1921
Version 68 (April 1, 2024)
2022
--------------------------
2123

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ See the [setup guide](https://mailinabox.email/guide.html) for detailed, user-fr
5656

5757
For experts, start with a completely fresh (really, I mean it) Ubuntu 22.04 LTS 64-bit machine. On the machine...
5858

59-
Clone this repository and checkout the tag corresponding to the most recent release:
59+
Clone this repository and checkout the tag corresponding to the most recent release (which you can find in the tags or releases lists on GitHub):
6060

6161
$ git clone https://github.com/mail-in-a-box/mailinabox
6262
$ cd mailinabox
63-
$ git checkout v69
63+
$ git checkout TAGNAME
6464

6565
Begin the installation.
6666

setup/bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ -z "$TAG" ]; then
2323
if [ "$UBUNTU_VERSION" == "Ubuntu 22.04 LTS" ]; then
2424
# This machine is running Ubuntu 22.04, which is supported by
2525
# Mail-in-a-Box versions 60 and later.
26-
TAG=v69
26+
TAG=v69a
2727
elif [ "$UBUNTU_VERSION" == "Ubuntu 18.04 LTS" ]; then
2828
# This machine is running Ubuntu 18.04, which is supported by
2929
# Mail-in-a-Box versions 0.40 through 5x.

0 commit comments

Comments
 (0)