source:
lliurex-jocomunico/trunk/fuentes/debian/lliurex-jocomunico.preinst
@
5062
Last change on this file since 5062 was 5062, checked in by , 4 years ago | |
---|---|
File size: 266 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | set -e |
4 | |
5 | # Setting debconf to don't ask mysql passwords |
6 | debconf-set-selections <<< 'mysql-server mysql-server/root_password password your_password' |
7 | debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password your_password' |
8 | |
9 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.