From be93e97627f894516f47acb121fe78de10959109 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 21 Jun 2018 09:33:06 +0300 Subject: [PATCH] Revert "Indicate that Ubuntu Bionic (18.04) is not supported yet" This reverts commit 8d774db3bcf6316ef269656a4e095615112d075e. Docker is released in the Docker CE stable repository now. Additionally, it's version 18.03, which doesn't suffer any of the problems we've observed with 18.05 (edge/nightly). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec9bb636..dd0a40bd 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This is similar to the [EMnify/matrix-synapse-auto-deploy](https://github.com/EM ## Prerequisites -- **CentOS** (7.0+), **Debian** (9/Stretch+) or **Ubuntu** (anything 16.04+, except 18.04 for now) server. This playbook can take over your whole server or co-exist with other services that you have there. +- **CentOS** (7.0+), **Debian** (9/Stretch+) or **Ubuntu** (16.04+) server. This playbook can take over your whole server or co-exist with other services that you have there. - the [Ansible](http://ansible.com/) program, which is used to run this playbook and configures everything for you