mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
added vulkan radeon installation
This commit is contained in:
@@ -13,6 +13,11 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: xf86-video-amdgpu
|
name: xf86-video-amdgpu
|
||||||
state: present
|
state: present
|
||||||
|
- name: Install Vulkan Radeon (Vulkan for AMDGPU)
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: vulkan-radeon
|
||||||
|
state: present
|
||||||
state: present
|
state: present
|
||||||
- name: Install rsync (file synchronizer)
|
- name: Install rsync (file synchronizer)
|
||||||
become: true
|
become: true
|
||||||
|
|||||||
Reference in New Issue
Block a user