From 495bc24b2f0c02debf7c59d25ca26b21f75fba1d Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:27:09 +0200 Subject: [PATCH] Update install_coral_pve.sh --- scripts/install_coral_pve.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_coral_pve.sh b/scripts/install_coral_pve.sh index 04938ac..3e31a9a 100644 --- a/scripts/install_coral_pve.sh +++ b/scripts/install_coral_pve.sh @@ -68,6 +68,7 @@ verify_and_add_repos() { # Function to install Coral TPU drivers on the host install_coral_host() { + show_proxmenux_logo verify_and_add_repos apt-get install -y git devscripts dh-dkms dkms pve-headers-$(uname -r) >/dev/null 2>&1