Set proper permissions
This commit is contained in:
parent
d4910dd855
commit
5672d04cb3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user