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

@@ -65,11 +65,11 @@ if [ "${phpVersion}" == "74" ]; then
elif [ "${phpVersion}" == "80" ]; then
phpVersionCode="8.0.30"
elif [ "${phpVersion}" == "81" ]; then
phpVersionCode="8.1.26"
phpVersionCode="8.1.27"
elif [ "${phpVersion}" == "82" ]; then
phpVersionCode="8.2.13"
phpVersionCode="8.2.16"
elif [ "${phpVersion}" == "83" ]; then
phpVersionCode="8.3.0"
phpVersionCode="8.3.3"
else
echo -e $HR
echo "错误PHP-${phpVersion}不支持,请检查版本号是否正确。"