Cleanup some more provisioning scripts

This commit is contained in:
Daniel Flanagan 2020-11-07 22:52:48 -06:00
parent c8d3ae9d00
commit ed67603951
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
3 changed files with 4 additions and 2 deletions

View File

@ -110,7 +110,7 @@ init_for_daniel() {
if [ "$EUID" -eq 0 ]; then
if test $is_arch_linux -eq 1; then
pacman -S --needed git
pacman -S --needed git inetutils
fi
init_for_root
else

View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
pacman -S amd-ucode

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# TODO: vulkan
# TODO: vulkan?
yay -S \
xf86-video-amdgpu mesa \
libva-mesa-driver mesa-vdpau libva-vdpau-driver libvdpau-va-gl `# Hardware Accelerated Video`