Cleanup some more provisioning scripts
This commit is contained in:
parent
c8d3ae9d00
commit
ed67603951
|
@ -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
|
||||
|
|
2
env/arch-linux/provision.d/optional/amd-cpu.bash
vendored
Normal file
2
env/arch-linux/provision.d/optional/amd-cpu.bash
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
pacman -S amd-ucode
|
|
@ -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`
|
Reference in a new issue