mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-03 23:47:25 -04:00
Added support for older AMD GPUs
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ if [ "$cpu" == 'AuthenticAMD' ]; then
|
|||||||
else
|
else
|
||||||
pacman -S intel-ucode --noconfirm
|
pacman -S intel-ucode --noconfirm
|
||||||
fi
|
fi
|
||||||
if [ "$gpu" == 'AMD' ]; then
|
if [ "$gpu" == 'AMD' ] || [ "$gpu" == 'Advanced' ]; 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-mesa-driver 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
|
||||||
|
|||||||
Reference in New Issue
Block a user