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
5ccd21b9b5
commit
df4b8c0bf2
1 changed files with 3 additions and 2 deletions
|
@ -186,11 +186,12 @@ EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Install yunohost packages
|
#Install yunohost packages
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
debconf-apt-progress \
|
debconf-apt-progress \
|
||||||
--logfile /var/log/yunohost.log \
|
--logfile /var/log/yunohost.log \
|
||||||
-- \
|
-- \
|
||||||
apt-get -y install \
|
apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \
|
||||||
-o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \
|
-y install \
|
||||||
yunohost \
|
yunohost \
|
||||||
yunohost-config \
|
yunohost-config \
|
||||||
yunohost-config-postfix \
|
yunohost-config-postfix \
|
||||||
|
|
Loading…
Add table
Reference in a new issue