mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Cosmetics
This commit is contained in:
parent
8ca3a3f052
commit
13a593b853
1 changed files with 3 additions and 3 deletions
6
bookworm
6
bookworm
|
@ -279,14 +279,14 @@ function confirm_installation() {
|
||||||
[[ "$AUTOMODE" == "true" ]] && return 0
|
[[ "$AUTOMODE" == "true" ]] && return 0
|
||||||
|
|
||||||
cat << EOF | tee -a $YUNOHOST_LOG
|
cat << EOF | tee -a $YUNOHOST_LOG
|
||||||
|
$bold
|
||||||
╭───────────────────────╮
|
╭───────────────────────╮
|
||||||
│ YunoHost Installation │
|
│ YunoHost Installation │
|
||||||
╰───────────────────────╯
|
╰───────────────────────╯
|
||||||
|
$normal
|
||||||
• Installing YunoHost requires to install various important services,
|
• Installing YunoHost requires to install various important services,
|
||||||
and possibly rework the configuration of some services that may already
|
and possibly rework the configuration of some services that may already
|
||||||
be installed (such as: mariadb, postfix, dovecot, fail2ban, nginx, slapd)
|
be installed (such as: nginx, postfix, dovecot, fail2ban, slapd)
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue