2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 04:30:13 +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

@@ -29,9 +29,9 @@ postgresqlVersion=""
cpuCore=$(cat /proc/cpuinfo | grep "processor" | wc -l)
if [[ "${1}" == "15" ]]; then
postgresqlVersion="15.4"
postgresqlVersion="15.5"
elif [[ "${1}" == "16" ]]; then
postgresqlVersion="16.0"
postgresqlVersion="16.1"
else
echo -e $HR
echo "错误:不支持的 PostgreSQL 版本!"

View File

@@ -29,9 +29,9 @@ postgresqlVersion=""
cpuCore=$(cat /proc/cpuinfo | grep "processor" | wc -l)
if [[ "${1}" == "15" ]]; then
postgresqlVersion="15.4"
postgresqlVersion="15.5"
elif [[ "${1}" == "16" ]]; then
postgresqlVersion="16.0"
postgresqlVersion="16.1"
else
echo -e $HR
echo "错误:不支持的 PostgreSQL 版本!"