Update configure_igpu.sh

This commit is contained in:
MacRimi
2025-01-30 17:24:33 +01:00
committed by GitHub
parent 3be2daad91
commit 84b61ea0c4

View File

@@ -138,7 +138,7 @@ configure_lxc_for_igpu() {
# Install iGPU drivers in the container # Install iGPU drivers in the container
install_igpu_in_container() { install_igpu_in_container() {
echo -ne "\r${TAB}${YW}-$(translate 'Installing iGPU drivers inside the container...') ${CL}" echo -ne "\r${TAB}${YW}-$(translate 'Installing iGPU drivers inside the container...') ${CL}"
msg_info "$(translate 'Installing iGPU drivers inside the container...')" # msg_info "$(translate 'Installing iGPU drivers inside the container...')"
pct start "$CONTAINER_ID" pct start "$CONTAINER_ID"
pct exec "$CONTAINER_ID" -- bash -c " pct exec "$CONTAINER_ID" -- bash -c "
apt-get update && \ apt-get update && \