diff --git a/home/bin/update-profile b/home/bin/update-profile index 559d4de..bc9d20a 100755 --- a/home/bin/update-profile +++ b/home/bin/update-profile @@ -9,7 +9,7 @@ fi cd ~/.local/profile-git echo "Fetching updates for profile..." - git fetch + git fetch -p # Synchronizing valid GPG keys export GNUPGHOME="$HOME/.local/profile-data/gnupg"