i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use jq to get the latest plex-rich-presence release URL

thanks chatgpt

+3 -4
+3 -4
README.md
··· 118 118 #### Get latest plex-rich-presence 119 119 ```shell 120 120 curl -s https://api.github.com/repos/Arno500/plex-richpresence/releases/latest \ 121 - | grep "browser_download_url.*linux_amd64*" \ 122 - | cut -d : -f 2,3 \ 123 - | tr -d \" \ 124 - | wget -i - && chmod +x plex-rich-presence_linux_amd64-* 121 + | jq -r '.assets[] | select(.name | contains("linux_amd64")).browser_download_url' \ 122 + | wget -q -P $HOME -i - \ 123 + && chmod +x $HOME/plex-rich-presence_linux_amd64-* 125 124 ``` 126 125 127 126 #### Copy systemd services