Update macos.sh

pull/504/head
Mr Chen 2 years ago
parent 93061a1138
commit 028bfe13ab
  1. 5
      scripts/install/macos.sh

@ -22,10 +22,11 @@ if [ "$?" != "0" ];then
brew install mysql brew install mysql
fi fi
brew install libzip bzip2 gcc openssl re2c cmake
brew install librdkafka
brew install coreutils libxml2 xml2 brew install coreutils libxml2 xml2
brew install md5sum libevent pidof bison brew install md5sum libevent pidof bison
brew install libzip bzip2 gcc openssl re2c cmake
if [ ! -d $DEV/server/mdserver-web ]; then if [ ! -d $DEV/server/mdserver-web ]; then
wget -O /tmp/master.zip https://codeload.github.com/midoks/mdserver-web/zip/master wget -O /tmp/master.zip https://codeload.github.com/midoks/mdserver-web/zip/master

Loading…
Cancel
Save