Mise à jour de 'README.md'
This commit is contained in:
parent
583ad242cc
commit
29a7ed9eaa
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue