install-nginx-mac.sh 113 B

12345
  1. #!/usr/bin/env bash
  2. brew update
  3. brew list openssl || brew install openssl
  4. brew list nginx || brew install nginx