From a1b0bcf3e0f67cdd11effc608a536a83aa8a21d0 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 31 Jan 2025 18:53:29 +0100 Subject: [PATCH] Update install_tpu_pve.sh --- scripts/install_tpu_pve.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install_tpu_pve.sh b/scripts/install_tpu_pve.sh index 0738ed0..39a299d 100644 --- a/scripts/install_tpu_pve.sh +++ b/scripts/install_tpu_pve.sh @@ -80,7 +80,6 @@ verify_and_add_repos() { apt-get update &>/dev/null msg_ok "Verified and updated repositories." - sleep 2 } @@ -90,7 +89,7 @@ install_coral_host() { verify_and_add_repos - apt-get install -y git devscripts dh-dkms dkms pve-headers-$(uname -r) + apt-get install -y git devscripts dh-dkms dkms pve-headers-$(uname -r) >/dev/null 2>&1 cd /tmp rm -rf gasket-driver