packaging
/
awl
Archived
1
0
Fork 0
This repository has been archived on 2023-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
awl/import-gpg.sh

8 lines
117 B
Bash

#!/usr/bin/env bash
set -e
[ -z "$SIGNING_KEY" ] && echo "no key" && exit 1
echo -n "$SIGNING_KEY" | gpg --import