[macos] use brew_smart_install where appropriate (#8607)

This commit is contained in:
ilia-shipitsin
2023-10-20 08:50:55 +02:00
committed by GitHub
parent a1ef070e65
commit 8c66e96bea
6 changed files with 13 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
#!/bin/bash -e -o pipefail
brew install nginx
source ~/utils/utils.sh
brew_smart_install nginx
sudo sed -Ei '' 's/listen.*/listen 80;/' $(brew --prefix)/etc/nginx/nginx.conf
invoke_tests "WebServers" "Nginx"