We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2a408 commit 042bdc7Copy full SHA for 042bdc7
apt/install_software.sh
@@ -32,7 +32,7 @@ APT_PACKAGES=(
32
if [ "$(hostnamectl chassis)" = "laptop" ]; then
33
APT_PACKAGES+=("tlp" "touchegg")
34
fi
35
-if grep -wq "GenuineIntel" /proc/cpuinfo; then
+if grep -q "Intel" /proc/cpuinfo; then
36
APT_PACKAGES+=("intel-media-va-driver" "intel-microcode" "intel-opencl-icd")
37
38
if command -v nvidia-smi &> /dev/null; then
0 commit comments