Skip to content

Instantly share code, notes, and snippets.

@ginoclement
ginoclement / install-spotify.sh
Last active June 3, 2016 01:00 — forked from franklinjavier/install-spotify.sh
Install spotify on Arch Linux
wget https://aur.archlinux.org/cgit/aur.git/snapshot/spotify.tar.gz && tar -zxvf spotify.tar.gz && cd spotify && makepkg -s
pacman -U spotify<TAB><ENTER>