Last active
September 15, 2021 19:17
-
-
Save franklinjavier/09f44f95b46851e4cde8 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/packages/sp/spotify/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
Just FYI the URL you have gives a 404 error code. The "Download snapshot" link on the AUR gave the following download URL:
https://aur.archlinux.org/cgit/aur.git/snapshot/spotify.tar.gz