Script to install/update Spotify for Debian/Ubuntu easily.
Go to file
2015-10-08 17:39:54 +02:00
desktop first commit 2015-09-19 18:57:40 +02:00
screenshots Added a screenshot 2015-09-19 19:26:29 +02:00
install-spotify.sh Fixed a comment 2015-09-20 09:23:00 +02:00
README.md New README (README.md) 2015-10-08 17:39:54 +02:00

Spotify (Latest) for Debian/Ubuntu

How to use:

  • Install instructions:

    • Open the terminal.
    • Clone the repository: git clone https://github.com/clamsawd/spotify-debian-ubuntu.git
    • Change directory: cd spotify-debian-ubuntu
    • Change the permissions: chmod +x install-spotify.sh
    • Run the script as root: ./install-spotify.sh
    • (Optional) Change directory: cd desktop
    • (Optional) Copy image to system: cp -rf spotify-client.png /usr/share/icons/
    • (Optional) Copy desktop file to system: cp -rf spotify.desktop /usr/local/share/applications/
  • Uninstall instructions:

    • Open the terminal as root.
    • Type the command: apt-get remove spotify-client

Note: The script should run with all Debian/Ubuntu distributions based.

Screenshots