mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
7 lines
No EOL
91 B
Bash
7 lines
No EOL
91 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -eu
|
|
|
|
if [[ x$OSTYPE =~ ^xdarwin ]]; then
|
|
brew install "mysql"
|
|
fi |