wildarch / mono

MIT License
1 stars 0 forks source link

Spotify public key may change #1

Open wildarch opened 2 years ago

wildarch commented 2 years ago

Since the last time I bootstrapped, spotify changed the key they used for their APT repository.

This caused APT update to fail, because the newly added spotify repo had an unrecognized key.

Ways to fix this:

wildarch commented 2 years ago

A similar thing happens with zoom. We have to download a fixed version of it, and updating it requires manual work.

For zoom we get the latest version based on what https://zoom.us/client/latest/zoom_amd64.deb redirects us to (for example, at the time of writing it redirects to https://cdn.zoom.us/prod/5.11.0.3540/zoom_amd64.deb).

It might be nice to add a little script that can check for updates, and if possible also automatically update the WORKSPACE and/or ansible playbook.