You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error "Bind9 is installed on your system. Yunohost conflicts with Bind9 because it requires dnsmasq. To be able to run this script, you should first run 'apt remove bind9 --purge --autoremove'."
328
+
error "Bind9 is installed on your system. YunoHost conflicts with Bind9 because it requires dnsmasq. To be able to run this script, you should first run 'apt remove bind9 --purge --autoremove'."
error "Apache is installed on your system. Yunohost conflicts with apache2 because it requires nginx. To be able to run this script, you should first run 'apt remove apache2 --purge --autoremove'."
332
+
error "Apache is installed on your system. YunoHost conflicts with apache2 because it requires nginx. To be able to run this script, you should first run 'apt remove apache2 --purge --autoremove'."
333
333
return 1
334
334
fi
335
335
@@ -504,7 +504,7 @@ function boring_workarounds() {
504
504
# Workarounds for avahi #
505
505
# ######################## #
506
506
507
-
# When attempting several installation of Yunohost on the same host
507
+
# When attempting several installation of YunoHost on the same host
508
508
# with a light VM system like LXC
509
509
# we hit a bug with avahi-daemon postinstallation
510
510
# This is described in detail in https://github.com/lxc/lxc/issues/25
0 commit comments