mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
Caused other problems
This commit is contained in:
@ -9,12 +9,3 @@ if ! command -v yay &>/dev/null; then
|
|||||||
rm -rf yay-bin
|
rm -rf yay-bin
|
||||||
cd ~
|
cd ~
|
||||||
fi
|
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
|
|
||||||
chmod 700 ~/.gnupg
|
|
||||||
|
|
||||||
echo "keyserver hkps://pgp.mit.edu" >~/.gnupg/dirmngr.conf
|
|
||||||
chmod 600 ~/.gnupg/dirmngr.conf
|
|
||||||
fi
|
|
||||||
|
Reference in New Issue
Block a user