Skip to content

Instantly share code, notes, and snippets.

@randombenj
Created February 13, 2021 15:15
Show Gist options
  • Save randombenj/dfc57bef711058c4d3671aa188644677 to your computer and use it in GitHub Desktop.
Save randombenj/dfc57bef711058c4d3671aa188644677 to your computer and use it in GitHub Desktop.
fetch apt key without wget
sudo apt-key adv --fetch-keys https://....pub
sudo add-apt-repository "deb https://.../ /"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment