mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +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
|
# FIXME: Temporary fix for the fact that some locations can't reach the default keyserver
|
||||||
if [[ ! -f "$HOME/.gnupg/gpg.conf" ]]; then
|
if [[ ! -f "$HOME/.gnupg/gpg.conf" ]]; then
|
||||||
mkdir -p ~/.gnupg
|
mkdir -p ~/.gnupg
|
||||||
|
chmod 700 ~/.gnupg
|
||||||
|
|
||||||
echo "keyserver hkps://pgp.mit.edu" >~/.gnupg/dirmngr.conf
|
echo "keyserver hkps://pgp.mit.edu" >~/.gnupg/dirmngr.conf
|
||||||
|
chmod 600 ~/.gnupg/dirmngr.conf
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user