2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 20:47:18 +08:00

feat: 更新一批软件

This commit is contained in:
耗子
2023-11-19 02:28:19 +08:00
parent fc9ca25a46
commit 4b4c2c4a0b
16 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ var (
Name = "PostgreSQL-16"
Description = "PostgreSQL 是世界上最先进的开源关系数据库,在类似 BSD 与 MIT 许可的 PostgreSQL 许可下发行。"
Slug = "postgresql16"
Version = "16.0"
Version = "16.1"
Requires = []string{}
Excludes = []string{"postgresql15"}
Install = `bash /www/panel/scripts/postgresql/install.sh 16`