mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Set proper permissions
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user