mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
Remove libva removal
This commit is contained in:
parent
2980eea0e6
commit
a27a21835e
|
@ -53,10 +53,6 @@ setupHardwareAccelration() {
|
||||||
|
|
||||||
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm libva-nvidia-driver
|
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm libva-nvidia-driver
|
||||||
|
|
||||||
if "$PACKAGER" -Q | grep -q 'libva '; then
|
|
||||||
"$ESCALATION_TOOL" "$PACKAGER" -Rdd libva
|
|
||||||
fi
|
|
||||||
|
|
||||||
mkdir -p "$HOME/linuxtoolbox"
|
mkdir -p "$HOME/linuxtoolbox"
|
||||||
if [ -d "$LIBVA_DIR" ]; then
|
if [ -d "$LIBVA_DIR" ]; then
|
||||||
rm -rf "$LIBVA_DIR"
|
rm -rf "$LIBVA_DIR"
|
||||||
|
|
|
@ -21,7 +21,6 @@ description = "This script installs and configures nvidia drivers with Hardware
|
||||||
script = "arch/nvidia-drivers.sh"
|
script = "arch/nvidia-drivers.sh"
|
||||||
task_list = "I FM RP SS"
|
task_list = "I FM RP SS"
|
||||||
|
|
||||||
|
|
||||||
[[data.entries]]
|
[[data.entries]]
|
||||||
name = "Paru AUR Helper"
|
name = "Paru AUR Helper"
|
||||||
description = "Paru is your standard pacman wrapping AUR helper with lots of features and minimal interaction.\nTo know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers"
|
description = "Paru is your standard pacman wrapping AUR helper with lots of features and minimal interaction.\nTo know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user