always trust spotify repo (fixing gpg key-error bc spotify changes *regularly* their keys)
This commit is contained in:
parent
4fc576b7fb
commit
e15eae5572
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@ sudo snap remove spotify 2> /dev/null
|
|||
sudo flatpak uninstall com.spotify.Client 2> /dev/null
|
||||
# We install the version from the official website
|
||||
which curl &> /dev/null || sudo apt update && sudo apt install curl -y # Install curl if not already installed
|
||||
curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | sudo apt-key add -
|
||||
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
|
||||
echo "deb [trusted=yes] http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
|
||||
sudo apt update
|
||||
sudo apt install spotify-client -y
|
||||
# We install the prerequisites to build and install the patch (Git and Rust will be installed and not removed)
|
||||
|
|
Reference in a new issue