Fix remove maria-db
This commit is contained in:
parent
37ce42973d
commit
080ee1aecf
1 changed files with 1 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue