From 81b82df868af3d26ee5167f575b22a9f31810218 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sat, 3 Jun 2023 13:57:03 +0800 Subject: [PATCH] Update install_pve.sh --- scripts/install_pve.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_pve.sh b/scripts/install_pve.sh index 3e06ebc..16cb5d1 100644 --- a/scripts/install_pve.sh +++ b/scripts/install_pve.sh @@ -253,6 +253,7 @@ if grep -q 'NO_PUBKEY' "$temp_file_apt_fix"; then _green "Fixed" fi fi +rm "$temp_file_apt_fix" output=$(apt-get update 2>&1) if echo $output | grep -q "NO_PUBKEY"; then _yellow "try sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys missing key"