From d559f66016ee8366c8dda7899fd8eaf2606eb5d5 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 14 Nov 2024 13:29:20 -0500 Subject: [PATCH] Account for libva-mesa-driver being merged into mesa package --- chrootInstall.sh | 4 ++-- install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 12ec611..79cf9f0 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -86,7 +86,7 @@ ln -sfT dash /usr/bin/sh # installing hardware-specific packages if [ "$gpu" == 'AMD' ]; then - pacman -S mesa vulkan-icd-loader vulkan-radeon libva-mesa-driver libva-utils --needed --noconfirm + pacman -S mesa vulkan-icd-loader vulkan-radeon libva-utils --needed --noconfirm elif [ "$gpu" == 'Intel' ]; then pacman -S mesa vulkan-icd-loader vulkan-intel --needed --noconfirm if [ "$intel_vaapi_driver" == 1 ]; then @@ -169,7 +169,7 @@ if [ "$formfactor" == 1 ]; then install -m 0755 ./programs/g14-tunables/30-tunables.start /etc/local.d/30-tunables.start install -m 0755 ./programs/g14-bashpower/15-bashpower.start /etc/local.d/15-bashpower.start install -m 0755 ./programs/NVIDIA-FCKR/NVIDIA-FCKR /usr/local/bin/NVIDIA-FCKR - pacman -S mesa vulkan-icd-loader vulkan-radeon libva-mesa-driver libva-utils acpi_call iw --needed --noconfirm + pacman -S mesa vulkan-icd-loader vulkan-radeon libva-utils acpi_call iw --needed --noconfirm NVIDIA-FCKR integrated fi diff --git a/install.sh b/install.sh index c52a646..910ced9 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s Artix Install Script -echo Last updated November 05, 2024 \(rev. B\) +echo Last updated November 14, 2024 \(rev. A\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"