This commit is contained in:
Alex Berry 2020-04-03 12:53:18 +01:00
parent ef96279f61
commit d9ba4d8d9e

View File

@ -30,3 +30,15 @@ https://extensions.gnome.org/extension/307/dash-to-dock/
``` ```
sudo dnf install gnome-tweaks sudo dnf install gnome-tweaks
``` ```
## Install spotify
First add repo:
```
sudo dnf config-manager --add-repo=https://negativo17.org/repos/fedora-spotify.repo
```
Then install spotify:
```
sudo dnf install spotify-client
```