OpenBSD: Install bzip2 before uncompressing iRedMail tarball.

This commit is contained in:
Zhang Huangbin 2016-05-25 11:21:39 +08:00
parent eacd780e48
commit 2808821834
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ Install Bash shell, it's required by iRedMail.
```
# . /root/.profile # <- This steps is required, used to set PKG_PATH without re-login.
# pkg_add bash
# pkg_add bash bzip2
```
### Download the latest release of iRedMail

View File

@ -127,7 +127,7 @@ near you on OpenBSD web site:
<p>Install Bash shell, it's required by iRedMail.</p>
<pre><code># . /root/.profile # &lt;- This steps is required, used to set PKG_PATH without re-login.
# pkg_add bash
# pkg_add bash bzip2
</code></pre>
<h3 id="download-the-latest-release-of-iredmail">Download the latest release of iRedMail</h3>