mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
fix prompt for mysql password
This commit is contained in:
parent
841e4f04f5
commit
b44373a343
2 changed files with 3 additions and 2 deletions
2
debconf
2
debconf
|
@ -12,3 +12,5 @@ nslcd nslcd/ldap-binddn string
|
||||||
nslcd nslcd/ldap-base string dc=yunohost,dc=org
|
nslcd nslcd/ldap-base string dc=yunohost,dc=org
|
||||||
proftpd-basic shared/proftpd/inetd_or_standalone select standalone
|
proftpd-basic shared/proftpd/inetd_or_standalone select standalone
|
||||||
libnss-ldapd libnss-ldapd/nsswitch multiselect group, passwd, shadow
|
libnss-ldapd libnss-ldapd/nsswitch multiselect group, passwd, shadow
|
||||||
|
mysql-server-5.1 mysql-server/root_password password seen false
|
||||||
|
mysql-server-5.1 mysql-server/root_password_again password seen false
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -x
|
#!/bin/bash
|
||||||
|
|
||||||
echo "YunoHost Installation"
|
echo "YunoHost Installation"
|
||||||
echo "Do you want install Yunhost? (Y/n)"
|
echo "Do you want install Yunhost? (Y/n)"
|
||||||
|
@ -48,7 +48,6 @@ then
|
||||||
|
|
||||||
echo "======== Install ========"
|
echo "======== Install ========"
|
||||||
#add answer in debconf db
|
#add answer in debconf db
|
||||||
#wget https://raw.github.com/YunoHost/Script/master/debconf --no-check-certificate
|
|
||||||
debconf-set-selections debconf
|
debconf-set-selections debconf
|
||||||
|
|
||||||
#Install yunohost packages
|
#Install yunohost packages
|
||||||
|
|
Loading…
Add table
Reference in a new issue