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 b27f3ac commit b9c2f84Copy full SHA for b9c2f84
get-dependencies.sh
@@ -8,9 +8,13 @@ echo "Installing package dependencies..."
8
echo "---------------------------------------------------------------"
9
pacman -Syu --noconfirm signal-desktop
10
11
+if [ "$ARCH" = 'x86_64' ]; then
12
+ sudo pacman -S --noconfirm libva-intel-driver
13
+fi
14
+
15
echo "Installing debloated packages..."
16
-get-debloated-pkgs --add-common --prefer-nano
17
+get-debloated-pkgs --add-common --prefer-nano intel-media-driver-mini
18
19
# Comment this out if you need an AUR package
20
#make-aur-package PACKAGENAME
0 commit comments