diff --git a/setup.sh b/setup.sh index 201ad17..35223ba 100755 --- a/setup.sh +++ b/setup.sh @@ -33,7 +33,7 @@ if have fossil; then gpg=":" fi - gpg_key="35E1AF8B" + gpg_key="7395312F" if test $($gpg -a --export $gpg_key 2>/dev/null | wc -c) -gt 0; then fossil set --global pgp-command \ "$gpg -u $gpg_key --clearsign -o"