Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Oct 1, 2024
1 parent 1ea1ad5 commit 069ecec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/pgadmin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ Install_pgadmin()
source ${PG_DIR}/bin/activate
fi

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.10/pip/pgadmin4-8.10-py3-none-any.whl
pip install https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v8.12/pip/pgadmin4-8.12-py3-none-any.whl

cd ${rootPath} && python3 ${rootPath}/plugins/pgadmin/index.py start
echo '安装完成'
Expand Down

0 comments on commit 069ecec

Please sign in to comment.