set debian version in config
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
## Dependencies
|
||||
apt_install_permanent procps
|
||||
|
||||
## MySQL
|
||||
debconf-set-selections <<< 'mariadb-server mariadb-server/root_password password dummy'
|
||||
debconf-set-selections <<< 'mariadb-server mariadbql-server/root_password_again password dummy'
|
||||
apt_install_permanent mariadb-server
|
||||
apt_install_permanent mariadb-server
|
||||
|
||||
## Environment
|
||||
export_env MYSQL_CONFIG /etc/mysql/my.cnf
|
||||
@@ -16,4 +19,4 @@ tee -a $MYSQL_CONFIG <<EOF
|
||||
|
||||
[mysqld]
|
||||
skip-grant-tables
|
||||
EOF
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user