Created
September 15, 2024 13:03
-
-
Save tskxz/4689b79a7f4048dad91c3b6bc437b518 to your computer and use it in GitHub Desktop.
spotify without ads
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -sS https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg | |
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 | |
curl https://sh.rustup.rs -sSf | sh | |
git clone https://github.com/abba23/spotify-adblock.git | |
cd spotify-adblock | |
make | |
sudo make install | |
LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment