proxmox/docker: host reboot notice

This commit is contained in:
Koushik Dutta
2024-08-04 13:08:43 -07:00
parent f19c09f239
commit 6919c26311

View File

@@ -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