Update kvm.sh

This commit is contained in:
悟空的日常镜像仓库 2024-09-25 18:40:17 +08:00
parent 15b46d0351
commit e7d0e39256
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ install_cockpit() {
nft add chain ip filter FORWARD { type filter hook forward priority 0 \; }
sudo apt install dnsmasq -y
sudo apt install dmidecode -y
green "http://<您的服务器IP>:9090 或 https://armbian:9090"
green "http://<您的服务器IP>:9090 或 https://$(hostname):9090"
}
# 卸载Cockpit虚拟机Web管理工具