7 lines
167 B
Bash
Executable file
7 lines
167 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# TODO: vulkan?
|
|
yay -S \
|
|
xf86-video-amdgpu mesa \
|
|
libva-mesa-driver mesa-vdpau libva-vdpau-driver libvdpau-va-gl `# Hardware Accelerated Video`
|