17 lines
262 B
Plaintext
17 lines
262 B
Plaintext
|
#### roundcubemail
|
||
|
|
||
|
##### Information
|
||
|
Site : https://www.humhub.com/en/
|
||
|
|
||
|
Source : https://github.com/humhub/humhub
|
||
|
|
||
|
##### Install
|
||
|
|
||
|
```bash
|
||
|
apt install -y wget ca-certificates
|
||
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||
|
apt-get update
|
||
|
apt install humhub
|
||
|
|
||
|
```
|