From 5872635ecbf1e937dcb20f0ef041374241fae895 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 17 Feb 2022 14:36:58 +0100 Subject: [PATCH] intel driver on top of file --- installation.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installation.sh b/installation.sh index 20ab36a..82f6867 100644 --- a/installation.sh +++ b/installation.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# == Intel Driver == +sudo pacman -S libva-intel-driver --noconfirm # Requirment for HwAcc of Parsec btw + # == Basic dev == sudo pacman -S base-devel gdb --noconfirm @@ -193,7 +196,6 @@ fi # == Parsec == yay -S parsec --noconfirm -sudo pacman -S libva-intel-driver --noconfirm # == Onlyoffice == sudo pacman -S onlyoffice --noconfirm