Skip to content

Commit bc2a26d

Browse files
committed
Fix intel-gpu-tools package name in the installer script
1 parent 7977383 commit bc2a26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-gpu-info" "intel-media-va-driver" "intel-microcode" "intel-opencl-icd")
116+
APT_PACKAGES+=("intel-gpu-tools" "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)