From 4fedd99752b72cb6e97b796cd979927c045ab48f Mon Sep 17 00:00:00 2001 From: Disassembler Date: Thu, 26 Oct 2017 22:47:44 +0200 Subject: [PATCH] Install MariaDB as basic package --- 01-basic.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/01-basic.sh b/01-basic.sh index 4d0631c..9f44547 100755 --- a/01-basic.sh +++ b/01-basic.sh @@ -141,3 +141,12 @@ fi # Restart systemctl restart postgresql + + + +##### +# MariaDB +##### + +# Install packages +apt-get -y --no-install-recommends install mariadb-server