mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[fix] Force dependency install
This commit is contained in:
parent
ad502ef188
commit
688b42de1d
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ upgrade_system() {
|
|||
installscript_dependencies() {
|
||||
# install dependencies of the install script itself
|
||||
apt_get_wrapper -o Dpkg::Options::="--force-confold" \
|
||||
-y install \
|
||||
-y --force-yes install \
|
||||
lsb-release wget whiptail \
|
||||
|| return 1
|
||||
}
|
||||
|
@ -257,7 +257,7 @@ workaround_avahi_installation() {
|
|||
install_yunohost_packages() {
|
||||
apt_get_wrapper \
|
||||
-o Dpkg::Options::="--force-confold" \
|
||||
-y install \
|
||||
-y --force-yes install \
|
||||
yunohost yunohost-config \
|
||||
yunohost-config-postfix \
|
||||
postfix postfix-ldap \
|
||||
|
|
Loading…
Add table
Reference in a new issue