From 6919c263119085eee0005f5aed8acae397c41771 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sun, 4 Aug 2024 13:08:43 -0700 Subject: [PATCH] proxmox/docker: host reboot notice --- install/docker/install-intel-npu.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/docker/install-intel-npu.sh b/install/docker/install-intel-npu.sh index ee578e15b..1a6d3e2e3 100644 --- a/install/docker/install-intel-npu.sh +++ b/install/docker/install-intel-npu.sh @@ -62,3 +62,8 @@ dpkg -i *.deb cd /tmp && rm -rf /tmp/npu apt-get -y dist-upgrade + +if [ -n "$INTEL_FW_NPU" ] +then + echo "Intel NPU firmware was installed. Reboot the host to complete the installation." +fi