Move installation scripts to install/ dir

This commit is contained in:
lachtan
2024-09-01 16:24:15 +02:00
parent 36b28ae72e
commit 420f85e31e
25 changed files with 14 additions and 30 deletions

10
install/spotify.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