From 72c7207ae4d283f78686a0918f8e472240fe94e5 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sat, 1 Feb 2025 09:01:34 +0100 Subject: [PATCH] Update install_coral_lxc.sh --- scripts/install_coral_lxc.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install_coral_lxc.sh b/scripts/install_coral_lxc.sh index 6c58512..d243660 100644 --- a/scripts/install_coral_lxc.sh +++ b/scripts/install_coral_lxc.sh @@ -163,7 +163,7 @@ install_coral_in_container() { DRIVER_PACKAGE="libedgetpu1-std" fi -pct exec "$CONTAINER_ID" -- bash -c " +pct exec "$CONTAINER_ID" -- bash -c ' set -e echo "- Updating package lists..." @@ -186,7 +186,8 @@ apt-get update echo "- Installing Coral TPU driver ($DRIVER_PACKAGE)..." apt-get install -y $DRIVER_PACKAGE -" +' + msg_ok "$(translate 'iGPU and Coral TPU drivers installed inside the container.')" }