From 8d028db6b2fe0a3743c9f866990860709ff40843 Mon Sep 17 00:00:00 2001 From: clamsawd Date: Wed, 14 Oct 2015 19:04:45 +0200 Subject: [PATCH] Renamed script (spotify-deb-install) --- README.md | 10 +++++----- install-spotify.sh => spotify-deb-install | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename install-spotify.sh => spotify-deb-install (100%) diff --git a/README.md b/README.md index ed499fe..bd3ce4c 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Spotify (Latest) for Debian/Ubuntu * 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/` + * Change the permissions: `chmod +x spotify-deb-install` + * Run the script as root: `./spotify-deb-install` + * _**(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. diff --git a/install-spotify.sh b/spotify-deb-install similarity index 100% rename from install-spotify.sh rename to spotify-deb-install