Skip to content

Instantly share code, notes, and snippets.

@ginoclement
Forked from franklinjavier/install-spotify.sh
Last active June 3, 2016 01:00
Show Gist options
  • Save ginoclement/4cb22736bb921741f3b6cde1483ada0c to your computer and use it in GitHub Desktop.
Save ginoclement/4cb22736bb921741f3b6cde1483ada0c to your computer and use it in GitHub Desktop.
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment