From 78a5e46939023c5359b943a38a49313b2545ac32 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Fri, 27 Aug 2021 14:19:09 +0800 Subject: [PATCH] Typo --- .../0-install.iredmail.on.debian.ubuntu.md | 10 +++++----- html/install.iredmail.on.debian.ubuntu.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/en_US/installation/0-install.iredmail.on.debian.ubuntu.md b/en_US/installation/0-install.iredmail.on.debian.ubuntu.md index d97df379..4051068c 100644 --- a/en_US/installation/0-install.iredmail.on.debian.ubuntu.md +++ b/en_US/installation/0-install.iredmail.on.debian.ubuntu.md @@ -92,7 +92,7 @@ mx.example.com * Install package `gzip` so that you can uncompress downloaded iRedMail package. ``` -# sudo apt-get install gzip +sudo apt-get install gzip ``` ### Download the latest release of iRedMail @@ -107,8 +107,8 @@ mx.example.com * Uncompress iRedMail tarball: ``` -# cd /root/ -# tar zxf iRedMail-x.y.z.tar.gz +cd /root/ +tar zxf iRedMail-x.y.z.tar.gz ``` ## Start iRedMail installer @@ -117,8 +117,8 @@ It's now ready to start iRedMail installer, it will ask you several simple questions, that's all required to setup a full-featured mail server. ``` -# cd /root/iRedMail-x.y.z/ -# bash iRedMail.sh +cd /root/iRedMail-x.y.z/ +bash iRedMail.sh ``` ## Screenshots of installation: diff --git a/html/install.iredmail.on.debian.ubuntu.html b/html/install.iredmail.on.debian.ubuntu.html index d4af57a9..5b9fe1a7 100644 --- a/html/install.iredmail.on.debian.ubuntu.html +++ b/html/install.iredmail.on.debian.ubuntu.html @@ -123,7 +123,7 @@ mx.example.com /etc/apt/sources.list.
  • Install package gzip so that you can uncompress downloaded iRedMail package.
  • -
    # sudo apt-get install gzip
    +
    sudo apt-get install gzip
     

    Download the latest release of iRedMail

    @@ -141,15 +141,15 @@ mx.example.com

    Uncompress iRedMail tarball:

    -
    # cd /root/
    -# tar zxf iRedMail-x.y.z.tar.gz
    +
    cd /root/
    +tar zxf iRedMail-x.y.z.tar.gz
     

    Start iRedMail installer

    It's now ready to start iRedMail installer, it will ask you several simple questions, that's all required to setup a full-featured mail server.

    -
    # cd /root/iRedMail-x.y.z/
    -# bash iRedMail.sh
    +
    cd /root/iRedMail-x.y.z/
    +bash iRedMail.sh
     

    Screenshots of installation: