mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Force install of recommended packages when installing Yunohost ... see issues#1320
This commit is contained in:
parent
808f393930
commit
f4839a7e71
1 changed files with 1 additions and 0 deletions
|
@ -475,6 +475,7 @@ function install_yunohost_packages() {
|
|||
# Install YunoHost
|
||||
apt_get_wrapper \
|
||||
-o Dpkg::Options::="--force-confold" \
|
||||
-o APT::install-recommends=true \
|
||||
-y --force-yes install \
|
||||
yunohost yunohost-admin postfix \
|
||||
|| return 1
|
||||
|
|
Loading…
Add table
Reference in a new issue