aspnetcore/eng/scripts/install-nginx-mac.sh

6 строки
113 B
Bash
Executable File

#!/usr/bin/env bash
brew update
brew list openssl || brew install openssl
brew list nginx || brew install nginx