From cf056611a3cfea449c8cc538f3baf51fc483b624 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 31 Jul 2023 12:53:09 +0800 Subject: [PATCH] Update install_pve.sh --- scripts/install_pve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_pve.sh b/scripts/install_pve.sh index 2f6463d..71e995e 100644 --- a/scripts/install_pve.sh +++ b/scripts/install_pve.sh @@ -588,9 +588,9 @@ rm "$temp_file_apt_fix" apt-get update -y if [ $? -ne 0 ]; then change_debian_apt_sources - systemctl daemon-reload apt-get update -y fi +systemctl daemon-reload # 检测路径 target_paths="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" for path in $(echo $target_paths | tr ':' ' '); do