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.
libva-intel-driver
1 parent 2eeed39 commit bd954eaCopy full SHA for bd954ea
get-dependencies.sh
@@ -23,6 +23,10 @@ pacman -Syu --noconfirm \
23
xorg-server-xvfb \
24
zsync
25
26
+if [ "$ARCH" = 'x86_64' ]; then
27
+ pacman -Syu --noconfirm libva-intel-driver
28
+fi
29
+
30
echo "Installing debloated packages..."
31
echo "---------------------------------------------------------------"
32
wget --retry-connrefused --tries=30 "$EXTRA_PACKAGES" -O ./get-debloated-pkgs.sh
0 commit comments