Update iRedAPD version number: 5.0.

This commit is contained in:
Zhang Huangbin 2021-04-15 17:51:00 +08:00
parent 4021544368
commit 2d885b7bcb
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-4.9.tar.gz https://github.com/iredmail/iRedAPD/archive/4.9.tar.gz
tar zxf iRedAPD-4.9.tar.gz
cd iRedAPD-4.9/tools/
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/
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-4.9.tar.gz https://github.com/iredmail/iRedAPD/archive/4.9.tar.gz
tar zxf iRedAPD-4.9.tar.gz
cd iRedAPD-4.9/tools/
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/
bash upgrade_iredapd.sh
</code></pre>