From 8155b3dc35815b110c4fd0d689f9a9589bc8aea8 Mon Sep 17 00:00:00 2001 From: SyNchroAcK Date: Tue, 28 Aug 2018 18:08:31 +0100 Subject: [PATCH] MAINT: Ubuntu 18.04 dependencies --- docs/INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index ef20788..f25dd7d 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -4,6 +4,7 @@ 2. [Install Dependencies](#install-dependencies) * [Ubuntu 14.04 / Debian 8](#ubuntu-1404--debian-8) * [Ubuntu 16.04](#ubuntu-1604) + * [Ubuntu 18.04](#ubuntu-1804) * [CentOS 7](#centos-7) * [openSUSE Leap 42.2](#opensuse-leap-422) 3. [Installation](#installation) @@ -52,6 +53,12 @@ apt-get install git apache2 php5 libapache2-mod-php5 apt-get install git apache2 php libapache2-mod-php7.0 ``` +## Ubuntu 18.04 + +```bash +apt-get install git apache2 php libapache2-mod-php +``` + ## CentOS 7 ```bash