Skip to content

Instantly share code, notes, and snippets.

@junefish
Created February 10, 2022 16:45
Show Gist options
  • Save junefish/39bb16966fbbebe751c45e60d6cbd1c2 to your computer and use it in GitHub Desktop.
Save junefish/39bb16966fbbebe751c45e60d6cbd1c2 to your computer and use it in GitHub Desktop.
Generate direct links to amd64 .deb files for Signal Desktop
curl https://updates.signal.org/desktop/apt/dists/xenial/main/binary-amd64/Packages.gz | zcat | grep Filename | sed 's_Filename: _https://updates.signal.org/desktop/apt/_'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment