use gpg instead of gpg2
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 1 Aug 2022 20:15:26 +0000 (16:15 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Mon, 1 Aug 2022 20:15:26 +0000 (16:15 -0400)
our systems should be new enough

fsf-keyring.sh

index 32db3fa0819358ef1c19c0942030811e81a27316..bc4fd57395ca70aaaf9a0d0d639d77bcc7351493 100755 (executable)
@@ -63,7 +63,7 @@ for KEY in $KEYS ; do
   fi
 done
 
-gpg2 --armor --export $KEYS > fsf-keyring.gpg
+gpg --armor --export $KEYS > fsf-keyring.gpg
 
 echo "Please verify in another terminal window that the keyring doesn't contain many spam signatures before signing:"
 echo
@@ -72,6 +72,6 @@ echo
 echo "Press [enter] to continue."
 echo
 read
-gpg2 --armor --sign ./fsf-keyring.gpg
+gpg --armor --sign ./fsf-keyring.gpg
 mv fsf-keyring.gpg.asc fsf-keyring.gpg
 rm -f fsf-keyring.gpg~