Update kvm.sh

This commit is contained in:
悟空的日常镜像仓库 2024-09-21 14:55:40 +08:00
parent 1c04c109a4
commit 9b9737d150
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,7 @@ menu_options=(
"卸载1panel面板管理工具"
"卸载QEMU/KVM虚拟机管理器"
"卸载Cockpit虚拟机Web管理工具"
"***升级e20c内核到6.1***"
"更新脚本"
)
@ -46,9 +47,14 @@ commands=(
["卸载QEMU/KVM虚拟机管理器"]="uninstall_virt_manager"
["卸载Cockpit虚拟机Web管理工具"]="uninstall_cockpit"
["卸载1panel面板管理工具"]="uninstall_1panel"
["***升级e20c内核到6.1***"]="update_e20c_kernel"
["更新脚本"]="update_scripts"
)
update_e20c_kernel(){
sudo armbian-update -k 6.1
}
# 更新系统软件包
update_system_packages() {
green "Setting timezone Asia/Shanghai..."