Last active
April 3, 2016 13:09
-
-
Save noherczeg/e2a99ef45884e6c843e07d7f387f29d7 to your computer and use it in GitHub Desktop.
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
| dnf update | |
| hostnamectl set-hostname --static "YOUR_HOST_NAME" | |
| rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm | |
| dnf install unzip | |
| dnf install pidgin | |
| dnf install VirtualBox | |
| dnf config-manager --add-repo=http://negativo17.org/repos/fedora-spotify.repo | |
| dnf install spotify-client |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment