From 48dfcb5e2d586840313aa19c602ef24f93b08530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 19 Jan 2019 10:37:49 +0000 Subject: [PATCH] mac: do not require dirmng for successfull build --- macosx/up.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macosx/up.sh b/macosx/up.sh index 600f0f19..28cc4acc 100755 --- a/macosx/up.sh +++ b/macosx/up.sh @@ -24,11 +24,11 @@ brew unlink python@2 brew uninstall --ignore-dependencies python@2 brew install numpy brew link --overwrite numpy +brew install --force dirmngr set -e brew update brew install --force gnupg2 -brew install --force dirmngr brew install python3 brew install mercurial brew upgrade @@ -104,11 +104,11 @@ fi brew cleanup brew prune set +e -mv "$HOME/.cargo/bin/cargo-install-update-config" "$HOME/.cargo/bin/cargo-install-update-cfg" +mv "$HOME/.cargo/bin/cargo-install-update-config" "$HOME/.cargo/bin/cargo-install-update-cfg" set -e brew doctor set +e -mv "$HOME/.cargo/bin/cargo-install-update-cfg" "$HOME/.cargo/bin/cargo-install-update-config" +mv "$HOME/.cargo/bin/cargo-install-update-cfg" "$HOME/.cargo/bin/cargo-install-update-config" set -e echo "Configuring NVRAM"