21 lines
433 B
Markdown
21 lines
433 B
Markdown
#### mautrix-whatsapp
|
|
|
|
##### Information
|
|
Site : https://docs.mau.fi/bridges/go/whatsapp/index.html
|
|
|
|
Source : https://github.com/mautrix/whatsapp
|
|
|
|
##### Install
|
|
|
|
```
|
|
apt install -y wget ca-certificates
|
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
|
apt-get update
|
|
apt-get install -y mautrix-whatsapp
|
|
|
|
#see https://docs.mau.fi/bridges/go/whatsapp/setup/index.html#configuring-and-running
|
|
|
|
systemctl enable --now mautrix-whatsapp
|
|
```
|
|
|