From 1cdfb313772f7c9b680f0c9aebe8e95732f382ac Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 20 Jun 2023 21:21:39 +0800 Subject: [PATCH] Update install_pve.sh --- scripts/install_pve.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install_pve.sh b/scripts/install_pve.sh index f79e6e7..4e817cf 100644 --- a/scripts/install_pve.sh +++ b/scripts/install_pve.sh @@ -25,6 +25,7 @@ if [ "$(id -u)" != "0" ]; then exit 1 fi apt-get update -y +apt-get upgrade -y systemd if [ $? -ne 0 ]; then dpkg --configure -a apt-get update -y @@ -391,5 +392,3 @@ url="https://${ip}:8006/" _green "安装完毕,请打开HTTPS网页 $url" _green "用户名、密码就是服务器所使用的用户名、密码(如root和root用户的密码)" _green "如果登录无误请不要急着重启系统,去执行预配置环境的命令后再重启系统" - -