Bump iredapd version number: 5.0.1.

This commit is contained in:
Zhang Huangbin 2021-05-05 11:14:36 +08:00
parent 9b2e2da2a0
commit 7d87004680
2 changed files with 6 additions and 6 deletions

View File

@ -27,9 +27,9 @@ Run commands below on your iRedMail server:
```
cd /root
wget -O iRedAPD-5.0.tar.gz https://github.com/iredmail/iRedAPD/archive/5.0.tar.gz
tar zxf iRedAPD-5.0.tar.gz
cd iRedAPD-5.0/tools/
wget -O iRedAPD-5.0.1.tar.gz https://github.com/iredmail/iRedAPD/archive/5.0.1.tar.gz
tar zxf iRedAPD-5.0.1.tar.gz
cd iRedAPD-5.0.1/tools/
bash upgrade_iredapd.sh
```

View File

@ -46,9 +46,9 @@
to the latest stable release on listed distribution releases listed above.</p>
<p>Run commands below on your iRedMail server:</p>
<pre><code>cd /root
wget -O iRedAPD-5.0.tar.gz https://github.com/iredmail/iRedAPD/archive/5.0.tar.gz
tar zxf iRedAPD-5.0.tar.gz
cd iRedAPD-5.0/tools/
wget -O iRedAPD-5.0.1.tar.gz https://github.com/iredmail/iRedAPD/archive/5.0.1.tar.gz
tar zxf iRedAPD-5.0.1.tar.gz
cd iRedAPD-5.0.1/tools/
bash upgrade_iredapd.sh
</code></pre>