debmaker/ressources/bitwarden-desktop/README.MD

16 lines
284 B
Markdown

#### bitwarden-desktop
##### Information
Site : https://bitwarden.com/
Source : https://github.com/bitwarden/clients/
##### Install
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y bitwarden-desktop
```