Update iredapd version number.

This commit is contained in:
Zhang Huangbin 2021-06-21 15:05:39 +08:00
parent da8c0285a9
commit 8dfbb95fb2
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.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/
wget -O iRedAPD-5.0.2.tar.gz https://github.com/iredmail/iRedAPD/archive/5.0.2.tar.gz
tar zxf iRedAPD-5.0.2.tar.gz
cd iRedAPD-5.0.2/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.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/
wget -O iRedAPD-5.0.2.tar.gz https://github.com/iredmail/iRedAPD/archive/5.0.2.tar.gz
tar zxf iRedAPD-5.0.2.tar.gz
cd iRedAPD-5.0.2/tools/
bash upgrade_iredapd.sh
</code></pre>