From 4614493096425eaf4a09063e5b131ed15512bc5e Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:05:41 +0000 Subject: [PATCH] 2024.04.25 --- CHANGELOG.md | 4 ++++ README.md | 5 +++-- scripts/install_pve.sh | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0300321..3da6160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 更新日志 +2024.03.12 + +- 迁移仓库至于组织仓库,方便协同维护 + 2024.02.21 - 增加LXC容器开设的自修补镜像源:https://github.com/oneclickvirt/lxc_amd64_images diff --git a/README.md b/README.md index 60de624..39b6129 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,10 @@ ## 更新 -2024.03.12 +2024.04.25 -- 迁移仓库至于组织仓库,方便协同维护 +- 修复 hostname 可能设置失败的问题 +- 修复面板地址可能绑定到IPV6上的问题,强制监听IPV4的端口 [更新日志](CHANGELOG.md) diff --git a/scripts/install_pve.sh b/scripts/install_pve.sh index 8e465a1..8cd6f8c 100644 --- a/scripts/install_pve.sh +++ b/scripts/install_pve.sh @@ -1,7 +1,7 @@ #!/bin/bash # from # https://github.com/oneclickvirt/pve -# 2024.03.12 +# 2024.04.25 ########## 预设部分输出和部分中间变量