From 161292c1fc1b328416d6b2ee3111c28248e03302 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 11 Aug 2019 14:17:52 +0000 Subject: [PATCH] Fix found by ljf for the debhelper issue --- profiles/default.preseed | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/default.preseed b/profiles/default.preseed index c332883..ba953fd 100644 --- a/profiles/default.preseed +++ b/profiles/default.preseed @@ -117,3 +117,6 @@ nslcd nslcd/ldap-base string dc=yunohost,dc=org libnss-ldapd libnss-ldapd/nsswitch multiselect group, passwd, shadow postsrsd postsrsd/domain string yunohost.org apt-cdrom-setup apt-setup/cdrom/set-next boolean false + +### Avoid circular dependencies error +d-i preseed/early_command string apt-install debhelper || true