Bump iredapd version number.

This commit is contained in:
Zhang Huangbin 2020-10-11 11:01:46 +08:00
parent 05190e47da
commit c6065241fe
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.4.tar.gz https://github.com/iredmail/iRedAPD/archive/4.4.tar.gz
tar zxf iRedAPD-4.4.tar.gz
cd iRedAPD-4.4/tools/
wget -O iRedAPD-4.5.tar.gz https://github.com/iredmail/iRedAPD/archive/4.5.tar.gz
tar zxf iRedAPD-4.5.tar.gz
cd iRedAPD-4.5/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.4.tar.gz https://github.com/iredmail/iRedAPD/archive/4.4.tar.gz
tar zxf iRedAPD-4.4.tar.gz
cd iRedAPD-4.4/tools/
wget -O iRedAPD-4.5.tar.gz https://github.com/iredmail/iRedAPD/archive/4.5.tar.gz
tar zxf iRedAPD-4.5.tar.gz
cd iRedAPD-4.5/tools/
bash upgrade_iredapd.sh
</code></pre>