2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-06 03:47:17 +08:00

feat: 发布 v2.0.45

This commit is contained in:
耗子
2023-09-28 13:25:09 +08:00
parent afb12dd664
commit 4fcd65da70
3 changed files with 3 additions and 3 deletions

View File

@@ -9,5 +9,5 @@ var (
Excludes = []string{"mysql80"}
Install = `bash /www/panel/scripts/mysql/install.sh 57`
Uninstall = `bash /www/panel/scripts/mysql/uninstall.sh 57`
Update = `echo "not support now"`
Update = `bash /www/panel/scripts/mysql/update.sh 57"`
)

View File

@@ -9,5 +9,5 @@ var (
Excludes = []string{"mysql57"}
Install = `bash /www/panel/scripts/mysql/install.sh 80`
Uninstall = `bash /www/panel/scripts/mysql/uninstall.sh 80`
Update = `echo "not support now"`
Update = `bash /www/panel/scripts/mysql/update.sh 80`
)