mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
Account for libva-mesa-driver being merged into mesa package
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user