mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00

* Adds additional keyservers and faster timeout * forgot to restart the dirmngr! * remove openpgp since doesn't work for spotify, dropbox etc
7 lines
290 B
Bash
7 lines
290 B
Bash
echo "Setting up GPG configuration with multiple keyservers for better reliability"
|
|
sudo mkdir -p /etc/gnupg
|
|
sudo cp ~/.local/share/omarchy/default/gpg/dirmngr.conf /etc/gnupg/
|
|
sudo chmod 644 /etc/gnupg/dirmngr.conf
|
|
sudo gpgconf --kill dirmngr || true
|
|
sudo gpgconf --launch dirmngr || true
|