so in the install script lines 139 and 140 where like this
Quote:
debconf-set-selections <<< 'mariadb-server-10.0 mysql-server/root_password password PASS'
debconf-set-selections <<< 'mariadb-server-10.0 mysql-server/root_password_again password PASS'
|
while repository has 10.1 so a qucik change to....
Quote:
debconf-set-selections <<< 'mariadb-server-10.1 mysql-server/root_password password PASS'
debconf-set-selections <<< 'mariadb-server-10.1 mysql-server/root_password_again password PASS'
|
but that is only if you installing from scratch