mitchray / ample

A simple web browser client for Ampache
https://ample-player.vercel.app/
GNU Affero General Public License v3.0
61 stars 13 forks source link

A way to automate downloading the latest Ample. #12

Closed Jieiku closed 2 years ago

Jieiku commented 2 years ago
curl -s https://api.github.com/repos/mitchray/ample/releases/latest | grep "browser_download_url.*ample_.*zip" | cut -d : -f 2,3 | tr -d \" | wget -i -

Just posting this as information, was doing some maintenance on my ampache server today.