Prepaing insall scripts

Creating description and installation scripts
This commit is contained in:
Martin Blazik
2020-08-11 21:39:52 +02:00
commit fd7e36a457
8 changed files with 72 additions and 0 deletions

10
scripts/spotify-install.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# https://www.spotify.com/cz/download/linux/
set -x
curl -sS https://download.spotify.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update && sudo apt-get install spotify-client