Mise à jour de 'README.md'

This commit is contained in:
Anri 2021-11-08 22:50:29 +01:00
parent 583ad242cc
commit 29a7ed9eaa

View file

@ -76,6 +76,10 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installObsidian.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
```
- Setup le VPN
```bash
# En SSH au serveur, dans le dossier d'openvpn
docker-compose run --rm openvpn ovpn_getclient anri > anri.ovpn
```
- Installe Flameshot
```bash
sudo apt update && sudo apt install flameshot -y