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