adding info links

This commit is contained in:
Mylloon 2021-11-08 20:14:37 +01:00
parent 1ac4a421cb
commit 3521f0bae4

View file

@ -53,11 +53,11 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
```
</details>
- Installe Spotify
- Installe Spotify et le patch
```bash
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installSpotify.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
```
- Installe [Syncthing](https://apt.syncthing.net/) et le lance au démarrage
- Installe [Syncthing](https://apt.syncthing.net/) et le [lance au démarrage](https://docs.syncthing.net/users/autostart.html#how-to-set-up-a-system-service)
```bash
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installSyncthing.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
```