Blame
|
1 | # Spotify Own Script |
||||||
| 2 | ||||||||
| 3 | Flatpak updates setzen die Perms zurück. |
|||||||
| 4 | ||||||||
| 5 | ```sh |
|||||||
| 6 | #!/bin/sh |
|||||||
| 7 | sudo chmod a+wr /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify |
|||||||
| 8 | sudo chmod a+wr -R /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify/Apps |
|||||||
| 9 | echo All your spotify are belonging to us! |
|||||||
| 10 | ``` |
|||||||
| 11 | ||||||||
| 12 | jetzt kann `spicetify backup apply` wieder ausgeführt werden. |
|||||||