From af470f507b841912a3baa66f3b29d7ba78d014f4 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 17 Apr 2023 09:28:18 +0000 Subject: [PATCH] bootstrap: remove GPG setup step I don't use `git-crypt` anymore, this is no longer useful. --- bootstrap.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index da3542d..b1c418e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -87,15 +87,6 @@ get_creds() { get_pgp } -setup_gpg() { - info 'Setting up loopback pinentry for GnuPG' - echo "allow-loopback-pinentry" > ~/.gnupg/gpg-agent.conf - - info 'Signing dummy message to ensure GnuPG key is usable by `git-crypt`' - echo whatever | gpg --clearsign --armor --pinentry loopback --output /dev/null -} - [ -z "$NOCREDS" ] && get_creds -[ -z "$NOGPG" ] && setup_gpg nix --experimental-features 'nix-command flakes' develop