Update install.sh

This commit is contained in:
dami 2025-08-02 19:24:35 +08:00
parent c58db08e5f
commit a62e01e02e
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin:/opt/hom
export PATH
# https://www.cnblogs.com/n00dle/p/16916044.html
# cd /www/server/mdserver-web/plugins/grafana && /bin/bash install.sh install 12.1.0
# cd /www/server/mdserver-web && python3 /www/server/mdserver-web/plugins/grafana/index.py start
# cd /www/server/mdserver-web/plugins/prometheus && /bin/bash install.sh install 3.5.0
# cd /www/server/mdserver-web && python3 /www/server/mdserver-web/plugins/prometheus/index.py start
curPath=`pwd`
rootPath=$(dirname "$curPath")