mirror of https://gitlab.com/bashrc2/epicyon
Generate gpg key
parent
451d44bb21
commit
a83ae4d071
|
@ -82,6 +82,11 @@ if [[ ! "$notificationType" ]]; then
|
||||||
exit 5
|
exit 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ! -d ${HOME}/.gnupg ]; then
|
||||||
|
echo 'Generating GPG key'
|
||||||
|
gpg --quick-generate-key "${HANDLE}" ed25519 cert
|
||||||
|
fi
|
||||||
|
|
||||||
{ echo '[Unit]';
|
{ echo '[Unit]';
|
||||||
echo 'Description=Epicyon Desktop Notifications';
|
echo 'Description=Epicyon Desktop Notifications';
|
||||||
echo '';
|
echo '';
|
||||||
|
|
Loading…
Reference in New Issue