Created
June 25, 2015 14:25
-
-
Save rhoconlinux/067326741696d664dd5a to your computer and use it in GitHub Desktop.
spotify adkiller ninja install
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
| sudo apt-get install x11-utils pulseaudio-utils libnotify-bin vlc unzip gcc -y && cd && rm -Rf ~/bin ; rm -Rf ~/.installer-spotify-ad-killer ; rm -R ~/.installer-spotify-ad-killer; rm -R ~/.installer-sopotify-adkiller-git; cd ~/.local/share/applications/ && rm Spo* -f ; mkdir -p ~/.installer-spotify-ad-killer && cd ~/.installer-spotify-ad-killer && wget https://github.com/SecUpwN/Spotify-AdKiller/archive/master.zip && unzip master.zip && cd Spotify-AdKiller-master && sed -i 's/INSTALLDIR="$HOME\/bin"/INSTALLDIR="\/usr\/local\/bin"/g' install.sh && cat install.sh | grep usr/ && sudo bash install.sh && mkdir -p $HOME/.config/Spotify-AdKiller/ && sudo chown -R $USER:$USER ~/.config/Spotify-AdKiller/ && cp -a ~/.installer-spotify-ad-killer/Spotify-AdKiller-master/Spotify-AdKiller.cfg $HOME/.config/Spotify-AdKiller/ && cat $HOME/.config/Spotify-AdKiller/Spotify-AdKiller.cfg | grep CUSTOM_MODE && sed -i 's/CUSTOM_MODE=""/CUSTOM_MODE="simple"/g' $HOME/.config/Spotify-AdKiller/Spotify-AdKiller.cfg ; echo "changed to:" && cat $HOME/.config/Spotify-AdKiller/Spotify-AdKiller.cfg | grep CUSTOM_MODE && sudo mkdir -p /usr/local/bin/dns-block && wget http://ur1.ca/jpttl -O dns-block.c && sudo cp -a dns-block.c /usr/local/bin/dns-block && cd /usr/local/bin/dns-block && sudo gcc -Wall -fPIC -c -o dns-block.o dns-block.c && sudo gcc -shared -fPIC -Wl,-soname -Wl,dns-block.so -ldl -o dns-block.so dns-block.o && cd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment