Renamed script (spotify-deb-install)

This commit is contained in:
clamsawd 2015-10-14 19:04:45 +02:00
parent f10ae8dd95
commit 8d028db6b2
2 changed files with 5 additions and 5 deletions

View File

@ -7,11 +7,11 @@ Spotify (Latest) for Debian/Ubuntu
* Open the terminal. * Open the terminal.
* Clone the repository: `git clone https://github.com/clamsawd/spotify-debian-ubuntu.git` * Clone the repository: `git clone https://github.com/clamsawd/spotify-debian-ubuntu.git`
* Change directory: `cd spotify-debian-ubuntu` * Change directory: `cd spotify-debian-ubuntu`
* Change the permissions: `chmod +x install-spotify.sh` * Change the permissions: `chmod +x spotify-deb-install`
* Run the script as root: `./install-spotify.sh` * Run the script as root: `./spotify-deb-install`
* (_**Optional**_) Change directory: `cd desktop` * _**(Optional)**_ Change directory: `cd desktop`
* (_**Optional**_) Copy image to system: `cp -rf spotify-client.png /usr/share/icons/` * _**(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/` * _**(Optional)**_ Copy desktop file to system: `cp -rf spotify.desktop /usr/local/share/applications/`
* **Uninstall instructions:** * **Uninstall instructions:**
* Open the terminal as root. * Open the terminal as root.