Upgrade mlmmjadmin to 3.1.2.

This commit is contained in:
Zhang Huangbin 2021-06-11 22:24:47 +08:00
parent 2357f8b7ca
commit 6750d7ba48
2 changed files with 8 additions and 8 deletions

View File

@ -27,13 +27,13 @@
* Login to the iRedMail server first, and switch to root user with `su` or `sudo`.
* Download the latest package with `wget` command, extract download package and
run a script to upgrade it. Note: We use version `3.1.1` for example here, `3.1.1.tar.gz`.
run a script to upgrade it. Note: We use version `3.1.2` for example here, `3.1.2.tar.gz`.
```
cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/3.1.1.tar.gz
tar zxf 3.1.1.tar.gz
cd mlmmjadmin-3.1.1/tools/
wget https://github.com/iredmail/mlmmjadmin/archive/3.1.2.tar.gz
tar zxf 3.1.2.tar.gz
cd mlmmjadmin-3.1.2/tools/
bash upgrade_mlmmjadmin.sh
```

View File

@ -47,12 +47,12 @@
<ul>
<li>Login to the iRedMail server first, and switch to root user with <code>su</code> or <code>sudo</code>.</li>
<li>Download the latest package with <code>wget</code> command, extract download package and
run a script to upgrade it. Note: We use version <code>3.1.1</code> for example here, <code>3.1.1.tar.gz</code>.</li>
run a script to upgrade it. Note: We use version <code>3.1.2</code> for example here, <code>3.1.2.tar.gz</code>.</li>
</ul>
<pre><code>cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/3.1.1.tar.gz
tar zxf 3.1.1.tar.gz
cd mlmmjadmin-3.1.1/tools/
wget https://github.com/iredmail/mlmmjadmin/archive/3.1.2.tar.gz
tar zxf 3.1.2.tar.gz
cd mlmmjadmin-3.1.2/tools/
bash upgrade_mlmmjadmin.sh
</code></pre>