mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-05-12 02:02:10 +00:00
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
|