2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-07 11:57:17 +08:00

feat: 更新一批软件

This commit is contained in:
耗子
2024-03-06 01:27:30 +08:00
parent 95025267aa
commit 731a1f13a9
15 changed files with 18 additions and 19 deletions

View File

@@ -31,9 +31,9 @@ source ${setupPath}/panel/scripts/calculate_j.sh
j=$(calculate_j)
if [[ "${1}" == "15" ]]; then
postgresqlVersion="15.5"
postgresqlVersion="15.6"
elif [[ "${1}" == "16" ]]; then
postgresqlVersion="16.1"
postgresqlVersion="16.2"
else
echo -e $HR
echo "错误:不支持的 PostgreSQL 版本!"

View File

@@ -31,9 +31,9 @@ source ${setupPath}/panel/scripts/calculate_j.sh
j=$(calculate_j)
if [[ "${1}" == "15" ]]; then
postgresqlVersion="15.5"
postgresqlVersion="15.6"
elif [[ "${1}" == "16" ]]; then
postgresqlVersion="16.1"
postgresqlVersion="16.2"
else
echo -e $HR
echo "错误:不支持的 PostgreSQL 版本!"