Skip to content

Commit b9c2f84

Browse files
authored
1 parent b27f3ac commit b9c2f84

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

get-dependencies.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ echo "Installing package dependencies..."
88
echo "---------------------------------------------------------------"
99
pacman -Syu --noconfirm signal-desktop
1010

11+
if [ "$ARCH" = 'x86_64' ]; then
12+
sudo pacman -S --noconfirm libva-intel-driver
13+
fi
14+
1115
echo "Installing debloated packages..."
1216
echo "---------------------------------------------------------------"
13-
get-debloated-pkgs --add-common --prefer-nano
17+
get-debloated-pkgs --add-common --prefer-nano intel-media-driver-mini
1418

1519
# Comment this out if you need an AUR package
1620
#make-aur-package PACKAGENAME

0 commit comments

Comments
 (0)