Try unlinking gpg2 if needed (#112)
This commit is contained in:
parent
c6d0855c97
commit
5a29ed0b16
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@ brew install \
|
||||||
|
|
||||||
echo "Installing networking tools"
|
echo "Installing networking tools"
|
||||||
|
|
||||||
brew install \
|
brew unlink gnupg2
|
||||||
|
brew uninstall gnupg2
|
||||||
|
|
||||||
|
brew install --force \
|
||||||
coreutils \
|
coreutils \
|
||||||
curl \
|
curl \
|
||||||
dos2unix \
|
dos2unix \
|
||||||
|
|
Loading…
Reference in a new issue