Sync iRedAPD version number in upgrade tutorial.

This commit is contained in:
Zhang Huangbin 2020-11-13 23:21:19 +08:00
parent 1e67d04221
commit 4a3f6f7e98
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.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/
wget -O iRedAPD-4.6.tar.gz https://github.com/iredmail/iRedAPD/archive/4.6.tar.gz
tar zxf iRedAPD-4.6.tar.gz
cd iRedAPD-4.6/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.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/
wget -O iRedAPD-4.6.tar.gz https://github.com/iredmail/iRedAPD/archive/4.6.tar.gz
tar zxf iRedAPD-4.6.tar.gz
cd iRedAPD-4.6/tools/
bash upgrade_iredapd.sh
</code></pre>