source:
scripts/buildd/import-key.bash
@
9143
| Revision 3028, 95 bytes checked in by alanbach-guest, 5 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | # add key from stdin to apt keyring |
| 3 | apt-key add - |
| 4 | # cleanup this script |
| 5 | rm -f /run |
Note: See TracBrowser
for help on using the repository browser.


