Skip to content

Commit 8c6d96a

Browse files
committed
Only install nginx if not already installed (#30253)
1 parent 72c92bc commit 8c6d96a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/scripts/install-nginx-mac.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
22

33
brew update
4-
brew install openssl nginx
4+
brew list openssl || brew install openssl
5+
brew list nginx || brew install nginx

0 commit comments

Comments
 (0)