Fix standard
This commit is contained in:
parent
0d7f954547
commit
05d3173136
@ -37,10 +37,19 @@ deb http://deb.debian.org/debian bookworm-updates non-free non-free-firmware
|
|||||||
deb-src http://deb.debian.org/debian bookworm-updates non-free non-free-firmware
|
deb-src http://deb.debian.org/debian bookworm-updates non-free non-free-firmware
|
||||||
EOF
|
EOF
|
||||||
$STD apt-get update
|
$STD apt-get update
|
||||||
$STD apt-get -y install {intel-media-va-driver-non-free,ocl-icd-libopencl1,intel-opencl-icd,vainfo,intel-gpu-tools}
|
$STD apt-get install -y \
|
||||||
|
intel-media-va-driver-non-free \
|
||||||
|
ocl-icd-libopencl1 \
|
||||||
|
intel-opencl-icd \
|
||||||
|
vainfo,intel-gpu-tools
|
||||||
else
|
else
|
||||||
msg_info "Installing Intel Hardware Acceleration"
|
msg_info "Installing Intel Hardware Acceleration"
|
||||||
$STD apt-get -y install {va-driver-all,ocl-icd-libopencl1,intel-opencl-icd,vainfo,intel-gpu-tools}
|
$STD apt-get install -y \
|
||||||
|
va-driver-all \
|
||||||
|
ocl-icd-libopencl1 \
|
||||||
|
intel-opencl-icd \
|
||||||
|
vainfo \
|
||||||
|
intel-gpu-tools
|
||||||
fi
|
fi
|
||||||
msg_ok "Installed and Set Up Intel Hardware Acceleration"
|
msg_ok "Installed and Set Up Intel Hardware Acceleration"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user