mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Update install_yunohost
This commit is contained in:
parent
332f1789c5
commit
d6bcef5ee4
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ then
|
|||
debconf-set-selections debconf
|
||||
|
||||
#Install yunohost packages
|
||||
debconf-apt-progress -- apt-get -y install yunohost yunohost-config yunohost-config-postfix postfix postfix-ldap postfix-policyd-spf-perl -y --logfile /var/log/yunohost.log --logstderr /var/log/yunohost.error
|
||||
debconf-apt-progress --logfile /var/log/yunohost.log --logstderr /var/log/yunohost.error -- apt-get -y install yunohost yunohost-config yunohost-config-postfix postfix postfix-ldap postfix-policyd-spf-perl
|
||||
if [ $? != 0 ] ;
|
||||
then
|
||||
echo "Install yunohost Failure"
|
||||
|
|
Loading…
Add table
Reference in a new issue