Mercurial > hg > dml-home
changeset 94:29d9f5a9a1ff dml-dockerised
remove sql password
author | wolffd <wolffd.mail@googlemail.com> |
---|---|
date | Tue, 05 Jun 2018 18:05:48 +0100 |
parents | 315eb11ced3e |
children | 4398802c2885 |
files | etc/setup_as_root.sh |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/setup_as_root.sh Tue Jun 05 17:58:29 2018 +0100 +++ b/etc/setup_as_root.sh Tue Jun 05 18:05:48 2018 +0100 @@ -45,8 +45,9 @@ $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 $DO apt-get install -y libasound2-dev libgmp3-dev libreadline-dev zip unzip libarchive-dev # needed for prolog install in setup_dml -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' +# below may not be necessary +#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