Update email address

This commit is contained in:
q3aql 2021-03-28 03:36:58 +02:00
parent b08951eeaa
commit 81eebe7977

View File

@ -1,10 +1,11 @@
#!/bin/bash #!/bin/bash
# Script to install Spotify on Debian/Ubuntu ##############################################
# Created by q3aql (q3aql@openmailbox.org) # Script to install Spotify on Debian/Ubuntu #
# Licensed by GPL v.2 # Created by q3aql (q3aql@protonmail.ch) #
# Last update: 03-03-2016 # Licensed by GPL v.2 #
# -------------------------------------- # Last update: 28-03-2021 #
##############################################
VERSION=0.2.1 VERSION=0.2.1
SPOTIFY_VERSION=`spotify --version | cut -d "," -f 1` SPOTIFY_VERSION=`spotify --version | cut -d "," -f 1`
URL_SPOTIFY="http://repository.spotify.com/pool/non-free/s/spotify-client" URL_SPOTIFY="http://repository.spotify.com/pool/non-free/s/spotify-client"