mirror of https://github.com/jumpserver/jumpserver
8 lines
159 B
Bash
8 lines
159 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "安装依赖"
|
||
|
brew install libtiff libjpeg webp little-cms2 openssl gettext git git-lfs mysql
|
||
|
|
||
|
echo "安装依赖的插件"
|
||
|
git lfs install
|