Fix gpg & install yay
This commit is contained in:
parent
8e587ee2ce
commit
d8b08a1b6e
2 changed files with 8 additions and 1 deletions
|
@ -106,5 +106,7 @@ chown -R "$USER:$(id -gn)" ~/.gnupg
|
|||
chmod 700 ~/.gnupg
|
||||
# Set permissions to read, write for only yourself, no others
|
||||
chmod 600 ~/.gnupg/*
|
||||
# Fixes dirmngr stuff
|
||||
sudo chmod 700 $(ls -d $HOME/.gnupg/*/)
|
||||
|
||||
read -p "Done. Now verify your SSH and GPG keys in Git*" </dev/tty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue