16 lines
260 B
Plaintext
16 lines
260 B
Plaintext
|
#### joplin
|
||
|
|
||
|
##### Information
|
||
|
Site : https://joplinapp.org/
|
||
|
|
||
|
Source : https://github.com/laurent22/joplin
|
||
|
|
||
|
##### Install
|
||
|
|
||
|
```bash
|
||
|
apt install -y wget ca-certificates
|
||
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||
|
apt-get update
|
||
|
apt-get install -y joplin
|
||
|
```
|