Adding a workaround by installing svn, because the default svn on Mac is broken

This commit is contained in:
ulvii 2017-05-30 11:49:09 -07:00
parent d84f8412bf
commit b673609239

View file

@ -53,7 +53,9 @@ elif [ $PLATFORM = "Sierra" ]; then
echo "Installing wget..."
brew install wget >> env_setup.log 2>&1
echo "OK"
echo "Installing svn..."
brew install svn >> env_setup.log 2>&1
echo "OK"
echo "Installing openssl..."
brew install pkg-config >> env_setup.log 2>&1
brew install openssl >> env_setup.log 2>&1