adding info links
This commit is contained in:
parent
1ac4a421cb
commit
3521f0bae4
1 changed files with 2 additions and 2 deletions
|
@ -53,11 +53,11 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
- Installe Spotify
|
- Installe Spotify et le patch
|
||||||
```bash
|
```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
|
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
|
```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
|
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installSyncthing.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue