mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-02 06:57: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
|
# installing hardware-specific packages
|
||||||
if [ "$gpu" == 'AMD' ]; then
|
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
|
elif [ "$gpu" == 'Intel' ]; then
|
||||||
pacman -S mesa vulkan-icd-loader vulkan-intel --needed --noconfirm
|
pacman -S mesa vulkan-icd-loader vulkan-intel --needed --noconfirm
|
||||||
if [ "$intel_vaapi_driver" == 1 ]; then
|
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-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/g14-bashpower/15-bashpower.start /etc/local.d/15-bashpower.start
|
||||||
install -m 0755 ./programs/NVIDIA-FCKR/NVIDIA-FCKR /usr/local/bin/NVIDIA-FCKR
|
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
|
NVIDIA-FCKR integrated
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
loadkeys us
|
loadkeys us
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo rwinkhart\'s Artix Install Script
|
echo rwinkhart\'s Artix Install Script
|
||||||
echo Last updated November 05, 2024 \(rev. B\)
|
echo Last updated November 14, 2024 \(rev. A\)
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo You will be asked some questions before installation.
|
echo You will be asked some questions before installation.
|
||||||
echo -e "----------------------------------------------------------------------------------------------\n"
|
echo -e "----------------------------------------------------------------------------------------------\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user