updated doc

This commit is contained in:
Antoine Nguyen
2024-04-24 08:03:30 +02:00
parent d0d19b920b
commit c069f7e6eb
2 changed files with 11 additions and 6 deletions

8
run.py
View File

@@ -37,6 +37,12 @@ PRIMARY_APPS = [
def installation_disclaimer(args, config):
"""Display installation disclaimer."""
hostname = config.get("general", "hostname")
utils.printcolor(
"Notice:\n"
"It is recommanded to run this installer on a FRESHLY installed server.\n"
"(ie. with nothing special already installed on it)\n",
utils.CYAN
)
utils.printcolor(
"Warning:\n"
"Before you start the installation, please make sure the following "
@@ -47,7 +53,7 @@ def installation_disclaimer(args, config):
hostname.replace(".{}".format(args.domain), ""),
hostname
),
utils.CYAN
utils.YELLOW
)
utils.printcolor(
"Your mail server will be installed with the following components:",