mirror of
https://github.com/acepanel/panel.git
synced 2026-02-07 10:37:14 +08:00
feat: 发布v2.2.4
This commit is contained in:
@@ -8,7 +8,7 @@ func init() {
|
||||
config := facades.Config()
|
||||
config.Add("panel", map[string]any{
|
||||
"name": "耗子 Linux 面板",
|
||||
"version": "v2.2.3",
|
||||
"version": "v2.2.4",
|
||||
"ssl": config.Env("APP_SSL", false),
|
||||
})
|
||||
}
|
||||
|
||||
@@ -105,6 +105,11 @@ if version_lt "$oldVersion" "2.2.0"; then
|
||||
echo "更新面板到 v2.2.0 ..."
|
||||
echo "Update panel to v2.2.0 ..."
|
||||
echo "APP_LOCALE=zh_CN" >> $panelPath/panel.conf
|
||||
fi
|
||||
|
||||
if version_lt "$oldVersion" "2.2.4"; then
|
||||
echo "更新面板到 v2.2.4 ..."
|
||||
echo "Update panel to v2.2.4 ..."
|
||||
if [ "${OS}" == "centos" ]; then
|
||||
dnf makecache
|
||||
dnf install -y p7zip p7zip-plugins rsyslog
|
||||
|
||||
Reference in New Issue
Block a user