diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bebc800..b048d219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ CHANGELOG ========= -In Development --------------- +Version 68 (April 1, 2024) +-------------------------- Package updates: * Roundcube updated to version 1.6.6. -* Nextcloud is updated to version 22.0.12. +* Nextcloud is updated to version 26.0.12. Mail: diff --git a/README.md b/README.md index c8d56053..e0844b74 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This enables remote Nextcloud support. See the instructions below for more detai #### A typical installation. No encryption-at-rest. No remote Nextcloud. `curl -s https://raw.githubusercontent.com/downtownallday/mailinabox-ldap/master/setup/bootstrap.sh | sudo bash` - + #### Installation with encryption-at-rest. `curl -s https://raw.githubusercontent.com/downtownallday/mailinabox-ldap/master/setup/bootstrap.sh | sudo ENCRYPTION_AT_REST=true bash` diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 3b94e547..71d64739 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -51,7 +51,7 @@ if [ -z "$TAG" ]; then if [ "$UBUNTU_VERSION" == "Ubuntu 22.04 LTS" ]; then # This machine is running Ubuntu 22.04, which is supported by # Mail-in-a-Box versions 60 and later. - TAG=v67 + TAG=v68 elif [ "$UBUNTU_VERSION" == "Ubuntu 18.04 LTS" ]; then # This machine is running Ubuntu 18.04, which is supported by # Mail-in-a-Box versions 0.40 through 5x.