Try unlinking gpg2 if needed (#112)

This commit is contained in:
Cyryl Płotnicki 2017-04-09 19:13:42 +01:00 committed by GitHub
parent c6d0855c97
commit 5a29ed0b16

View file

@ -26,7 +26,10 @@ brew install \
echo "Installing networking tools"
brew install \
brew unlink gnupg2
brew uninstall gnupg2
brew install --force \
coreutils \
curl \
dos2unix \