Mercurial > hg > dml-home
changeset 86:b7523b87f4a0 dml-dockerised
adding mysql pass
author | wolffd <wolffd.mail@googlemail.com> |
---|---|
date | Tue, 05 Jun 2018 11:59:23 +0100 |
parents | 87121da9c651 |
children | 3b9d5b99895e |
files | etc/setup_as_root.sh |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/setup_as_root.sh Mon Jun 04 18:44:21 2018 +0100 +++ b/etc/setup_as_root.sh Tue Jun 05 11:59:23 2018 +0100 @@ -44,6 +44,9 @@ $DO apt-get install -y libossp-uuid-dev libssl-dev zlib1g-dev unixodbc-dev libsmf-dev libsqlite3-dev $DO apt-get install -y graphviz lilypond pdf2svg texlive-font-utils p7zip-full $DO apt-get install -y vorbis-tools lame sox faad flac libsox-fmt-all fluidsynth + +sudo debconf-set-selections <<< 'mysql-server-5.5 mysql-server/root_password password $DML_MYSQL_PASS' +sudo debconf-set-selections <<< 'mysql-server-5.5 mysql-server/root_password_again password $DML_MYSQL_PASS' $DO apt-get install -y mysql-server-5.5 libmyodbc # Only if you want SWI Prolog GUI