Update third_party-roundcube.md

Dieser Commit ist enthalten in:
André Peters 2021-09-09 13:40:46 +02:00 committet von GitHub
Ursprung 65fe899455
Commit 3e72d5ffdf
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -9,11 +9,11 @@ mv roundcubemail-1.5-rc rc
chown -R root: rc/
```
Create a file `data/hooks/phpfpm/aspell.sh` with the following content, then `chmod +x data/hooks/phpfpm/aspell.sh`. This installs a local spell check engine.
If you need spell check features, create a file `data/hooks/phpfpm/aspell.sh` with the following content, then `chmod +x data/hooks/phpfpm/aspell.sh`. This installs a local spell check engine.
```
#!/bin/bash
apk update
apk add aspell-en
apk add aspell-en # or any other language
```
Create a file `data/web/rc/config/config.inc.php` with the following content.