mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
[fix] update manifest & README
This commit is contained in:
parent
efc4f1ae7a
commit
b4541eaabf
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ Roundcube for YunoHost
|
|||
[Roundcube](https://roundcube.net/) is a browser-based multilingual IMAP client with
|
||||
an application-like user interface.
|
||||
|
||||
**Shipped version:** 1.2.3
|
||||
**Shipped version:** 1.2.5
|
||||
|
||||

|
||||
|
||||
|
@ -48,10 +48,10 @@ Let's say for example that we want to install the
|
|||
$ sudo -i
|
||||
```
|
||||
|
||||
2. Log in as the `www-data` user - which owns the roundcube directory - and navigate
|
||||
2. Log in as the `roundcube` user - which owns the roundcube directory - and navigate
|
||||
in it:
|
||||
```
|
||||
# su -s /bin/bash - www-data
|
||||
# su -s /bin/bash - roundcube
|
||||
$ cd /var/www/roundcube
|
||||
```
|
||||
|
||||
|
@ -74,7 +74,7 @@ steps as needed.
|
|||
#### Manual installation
|
||||
|
||||
You can also download the plugin and put it under the `plugins/` directory. In this
|
||||
case, do not forget to change ownerships of this folder to `www-data`.
|
||||
case, do not forget to change ownerships of this folder to `roundcube`.
|
||||
|
||||
## Links
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"url": "https://roundcube.net/",
|
||||
"license": "GPL-3",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.5",
|
||||
"maintainer": {
|
||||
"name": "-",
|
||||
"email": "-"
|
||||
|
|
Loading…
Add table
Reference in a new issue