From 5672d04cb3565c53195c205f3660cc6560231b86 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 14 Jul 2025 18:22:28 -0700 Subject: [PATCH] Set proper permissions --- install/1-yay.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/1-yay.sh b/install/1-yay.sh index fbf841f..f0d1dc8 100644 --- a/install/1-yay.sh +++ b/install/1-yay.sh @@ -13,5 +13,8 @@ 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