Skip to content

Commit 4c2168c

Browse files
authored
Only install nginx if not already installed (#30253)
1 parent 2f66d58 commit 4c2168c

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)