Add GCM config stuff

This commit is contained in:
askiiart 2023-08-21 12:06:09 -05:00
parent 1aab55892a
commit 23ced752d7

View file

@ -47,6 +47,10 @@ echo Gitea URL: ${GITEA_URL}/user/settings/keys
echo GitHub URL: https://github.com/settings/gpg/new
read -p "Press enter when you're done" < /dev/tty
echo Doing GCM config stuff...
git config --global credential.credentialStore gpg
pass init ${KEY_ID}
#############
# SSH stuff #
#############