Skip to content

Commit

Permalink
Remove libva removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Oct 10, 2024
1 parent 2980eea commit a27a218
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions core/tabs/system-setup/arch/nvidia-drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ setupHardwareAccelration() {

"$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"
if [ -d "$LIBVA_DIR" ]; then
rm -rf "$LIBVA_DIR"
Expand Down
1 change: 0 additions & 1 deletion core/tabs/system-setup/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ description = "This script installs and configures nvidia drivers with Hardware
script = "arch/nvidia-drivers.sh"
task_list = "I FM RP SS"


[[data.entries]]
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"
Expand Down

0 comments on commit a27a218

Please sign in to comment.