Update install.sh

pull/890/head
dami 2 weeks ago
parent b43b35ccab
commit 3a7d9f84c7
  1. 2
      plugins/mongodb/install.sh

@ -83,6 +83,8 @@ Install_app()
if [ "${VERSION}" == "3.0" ];then if [ "${VERSION}" == "3.0" ];then
# 降低版本 # 降低版本
pip install pymongo==3.12.0 pip install pymongo==3.12.0
else
pip install pymongo
fi fi
} }

Loading…
Cancel
Save