-
-
Save ginoclement/4cb22736bb921741f3b6cde1483ada0c to your computer and use it in GitHub Desktop.
Install spotify on Arch Linux
This file contains 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
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