We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f66d58 commit 4c2168cCopy full SHA for 4c2168c
eng/scripts/install-nginx-mac.sh
@@ -1,4 +1,5 @@
1
#!/usr/bin/env bash
2
3
brew update
4
-brew install openssl nginx
+brew list openssl || brew install openssl
5
+brew list nginx || brew install nginx
0 commit comments