Skip to content

Instantly share code, notes, and snippets.

@MaxChinni
Created January 19, 2016 22:29
Show Gist options
  • Save MaxChinni/2f2ee410c12d05911664 to your computer and use it in GitHub Desktop.
Save MaxChinni/2f2ee410c12d05911664 to your computer and use it in GitHub Desktop.
Add keys for apt repositories
#!/bin/bash
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment