From 81eebe7977b27e26f5e3ce3e7a10e621f74dc1b8 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 28 Mar 2021 03:36:58 +0200 Subject: [PATCH] Update email address --- spotify-deb-install => src/spotify-deb-install | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) rename spotify-deb-install => src/spotify-deb-install (93%) diff --git a/spotify-deb-install b/src/spotify-deb-install similarity index 93% rename from spotify-deb-install rename to src/spotify-deb-install index 8bfba94..5dec288 100755 --- a/spotify-deb-install +++ b/src/spotify-deb-install @@ -1,10 +1,11 @@ #!/bin/bash -# Script to install Spotify on Debian/Ubuntu -# Created by q3aql (q3aql@openmailbox.org) -# Licensed by GPL v.2 -# Last update: 03-03-2016 -# -------------------------------------- +############################################## +# Script to install Spotify on Debian/Ubuntu # +# Created by q3aql (q3aql@protonmail.ch) # +# Licensed by GPL v.2 # +# Last update: 28-03-2021 # +############################################## VERSION=0.2.1 SPOTIFY_VERSION=`spotify --version | cut -d "," -f 1` URL_SPOTIFY="http://repository.spotify.com/pool/non-free/s/spotify-client"