From: Sergey Matveev Date: Sun, 1 Jan 2023 19:49:52 +0000 (+0300) Subject: No gpg-e-fast X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=0400333c4b3345e3b375ec3644219bebd67b3f28 No gpg-e-fast --- diff --git a/bin/bin/zsnap.zsh b/bin/bin/zsnap.zsh index 67fff3c..c25a989 100755 --- a/bin/bin/zsnap.zsh +++ b/bin/bin/zsnap.zsh @@ -14,7 +14,7 @@ EOF exit 1 } -enccmd=(~stargrave/bin/gpg-e-fast.sh --recipient offline) +enccmd=(gpg --compress-level 0 --encrypt --recipient offline) [[ $# -ge 2 ]] || usage