This commit is contained in:
Zhang Huangbin 2020-09-16 14:26:39 +08:00
parent cca912e3fa
commit 5d038a8192
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ https://packages.inverse.ca/SOGo/nightly/5/ubuntu ...
``` ```
apt-get update apt-get update
apt-get install --only-upgrade sogo sogo-activesync apt-get install --only-upgrade 'sogo*' '*sope*'
``` ```
* Update config file `/etc/sogo/sogo.conf`, enable TLS without verifying ssl cert. * Update config file `/etc/sogo/sogo.conf`, enable TLS without verifying ssl cert.

View File

@ -119,7 +119,7 @@ https://packages.inverse.ca/SOGo/nightly/5/ubuntu ...
<li>Upgrade SOGo packages:</li> <li>Upgrade SOGo packages:</li>
</ul> </ul>
<pre><code>apt-get update <pre><code>apt-get update
apt-get install --only-upgrade sogo sogo-activesync apt-get install --only-upgrade 'sogo*' '*sope*'
</code></pre> </code></pre>
<ul> <ul>