Fix remove maria-db

This commit is contained in:
liberodark 2019-01-02 15:06:21 +01:00
parent 37ce42973d
commit 080ee1aecf

View file

@ -84,21 +84,8 @@ ynh_app_setting_set $app port $port
#==============================================
# INSTALL DEPS
#==============================================
#ynh_package_install software-properties-common
#apt install -y software-properties-common dirmngr
## get MariaDB gpg keys
#apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8
## install the MariaDB repo
#add-apt-repository 'deb [arch=amd64,i386,ppc64el] http://mirror.jaleco.com/mariadb/repo/10.1/debian stretch main'
## Get apt updates
#apt update
## Install MariaDB 10.1
ynh_package_install mariadb-common mariadb-server mariadb-client
ynh_package_install software-properties-common dirmngr mariadb-common mariadb-server mariadb-client
## Start mariadb
systemctl start mariadb