spotify-deb-install/README.md

41 lines
1.1 KiB
Markdown
Raw Normal View History

2021-03-28 04:26:20 +02:00
Script to install/update Spotify for Debian/Ubuntu easily.
==========================================================
### Use/Installation:
* Open the terminal and run the following commands:
```shell
2022-10-22 17:26:25 +02:00
$ git clone https://gitlab.com/q3aql/spotify-deb-install.git
2021-03-28 04:26:20 +02:00
$ cd spotify-deb-install
$ sudo make install
$ sudo spotify-deb-install
````
2015-10-08 17:39:54 +02:00
_Note: The script should run with all Debian/Ubuntu distributions based._
2021-03-28 04:26:20 +02:00
### Update Spotify:
* Open the terminal and simply run the following command:
```shell
$ sudo spotify-deb-install
````
### Uninstall:
* Open the terminal and run the following commands:
```shell
2022-10-22 17:26:25 +02:00
$ git clone https://gitlab.com/q3aql/spotify-deb-install.git
2021-03-28 04:26:20 +02:00
$ cd spotify-deb-install
$ sudo make uninstall
$ sudo apt-get remove spotify-client
````
2015-10-08 17:39:54 +02:00
### Screenshots
2022-10-22 17:26:25 +02:00
* See the [screenshot](screenshots/screenshot.png).
2015-10-08 17:39:54 +02:00
### External links:
* [Spotify official website](https://www.spotify.com/)
* [Spotify repository](http://repository.spotify.com/pool/non-free/s/spotify-client)
* [Spotify support](https://support.spotify.com)