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