/[sysadmin-cookbook]/recepies/apt/apt-import-key.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /recepies/apt/apt-import-key.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 322 - (hide annotations)
Sat Oct 18 09:08:05 2014 UTC (9 years, 6 months ago) by dpavlin
File MIME type: application/x-sh
File size: 137 byte(s)
add keys for debian repositories

1 dpavlin 322 #!/bin/sh -xe
2    
3     # apt-get install debian-keyring
4    
5     gpg --keyserver pgp.mit.edu --recv-keys $1 && gpg --armor --export $1 | apt-key add -
6    
7    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26