Add fast cli for spotify
This commit is contained in:
parent
ce5db53dab
commit
1509e5adc2
1 changed files with 7 additions and 2 deletions
|
@ -52,3 +52,8 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
|
||||||
sudo mv /usr/share/applications/debian-xterm.desktop /usr/share/applications_backup/
|
sudo mv /usr/share/applications/debian-xterm.desktop /usr/share/applications_backup/
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
- Installe Spotify
|
||||||
|
```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
|
||||||
|
```
|
||||||
|
|
Reference in a new issue