mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Use a custom, known good keyserver to prevent install errors stemming from an inaccessible keyserver
This commit is contained in:
@ -9,3 +9,9 @@ if ! command -v yay &>/dev/null; then
|
||||
rm -rf yay-bin
|
||||
cd ~
|
||||
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
|
||||
echo "keyserver hkps://pgp.mit.edu" >~/.gnupg/dirmngr.conf
|
||||
fi
|
||||
|
Reference in New Issue
Block a user