mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 21:06:27 -04:00
Added support for older AMD GPUs
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ if [ "$cpu" == 'AuthenticAMD' ]; then
|
||||
else
|
||||
pacman -S intel-ucode --noconfirm
|
||||
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
|
||||
elif [ "$gpu" == 'Intel' ]; then
|
||||
pacman -S mesa vulkan-icd-loader vulkan-intel --needed --noconfirm
|
||||
|
||||
Reference in New Issue
Block a user