We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7977383 commit bc2a26dCopy full SHA for bc2a26d
1 file changed
apt/install_software.sh
@@ -113,7 +113,7 @@ fi
113
114
# If the system has an Intel CPU
115
if grep -q "Intel" /proc/cpuinfo; then
116
- APT_PACKAGES+=("intel-gpu-info" "intel-media-va-driver" "intel-microcode" "intel-opencl-icd")
+ APT_PACKAGES+=("intel-gpu-tools" "intel-media-va-driver" "intel-microcode" "intel-opencl-icd")
117
fi
118
119
# If the system has an Nvidia GPU
0 commit comments