Caused other problems

This commit is contained in:
David Heinemeier Hansson
2025-07-14 18:37:02 -07:00
parent 5672d04cb3
commit 8758b5d4dc

View File

@ -9,12 +9,3 @@ if ! command -v yay &>/dev/null; then
rm -rf yay-bin
cd ~
fi
# FIXME: Temporary fix for the fact that some locations can't reach the default keyserver
if [[ ! -f "$HOME/.gnupg/gpg.conf" ]]; then
mkdir -p ~/.gnupg
chmod 700 ~/.gnupg
echo "keyserver hkps://pgp.mit.edu" >~/.gnupg/dirmngr.conf
chmod 600 ~/.gnupg/dirmngr.conf
fi