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 72c92bc commit 8c6d96aCopy full SHA for 8c6d96a
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