Skip to content

Commit a3eb148

Browse files
committed
Add intel-gpu-info to install_software.sh
1 parent be5e7c0 commit a3eb148

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apt/install_software.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fi
113113

114114
# If the system has an Intel CPU
115115
if grep -q "Intel" /proc/cpuinfo; then
116-
APT_PACKAGES+=("intel-media-va-driver" "intel-microcode" "intel-opencl-icd")
116+
APT_PACKAGES+=("intel-gpu-info" "intel-media-va-driver" "intel-microcode" "intel-opencl-icd")
117117
fi
118118

119119
# If the system has an Nvidia GPU

0 commit comments

Comments
 (0)