mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Attempt to fix debhelper issue
This commit is contained in:
parent
10d2dfdbda
commit
465d9493aa
1 changed files with 9 additions and 0 deletions
|
@ -472,6 +472,15 @@ function install_yunohost_packages() {
|
|||
# We need to make it mutable for the resolvconf dependency to be installed
|
||||
chattr -i /etc/resolv.conf 2>/dev/null || true
|
||||
|
||||
# Install those damn deps independently ...
|
||||
# otherwise they make the install crash for random reasons ~.~
|
||||
# c.f. https://github.com/YunoHost/issues/issues/1382
|
||||
apt_get_wrapper \
|
||||
-o Dpkg::Options::="--force-confold" \
|
||||
-y --force-yes install \
|
||||
debhelper dh-autoreconf \
|
||||
|| true
|
||||
|
||||
# Install YunoHost
|
||||
apt_get_wrapper \
|
||||
-o Dpkg::Options::="--force-confold" \
|
||||
|
|
Loading…
Add table
Reference in a new issue