Update install.sh

pull/828/head
dami 6 months ago
parent 06b07cf9a0
commit b264bf6f58
  1. 3
      plugins/pgadmin/install.sh

@ -86,9 +86,10 @@ Install_pgadmin()
source ${PG_DIR}/bin/activate
fi
pip install gunicorn
pip install pgadmin4
# pip install https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v8.10/pip/pgadmin4-8.10-py3-none-any.whl
pip install https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v8.13/pip/pgadmin4-8.13-py3-none-any.whl
# pip install https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v8.13/pip/pgadmin4-8.13-py3-none-any.whl
cd ${rootPath} && python3 ${rootPath}/plugins/pgadmin/index.py start
echo '安装完成'

Loading…
Cancel
Save