Cleanup some more provisioning scripts
This commit is contained in:
parent
c8d3ae9d00
commit
ed67603951
3 changed files with 4 additions and 2 deletions
|
@ -110,7 +110,7 @@ init_for_daniel() {
|
||||||
|
|
||||||
if [ "$EUID" -eq 0 ]; then
|
if [ "$EUID" -eq 0 ]; then
|
||||||
if test $is_arch_linux -eq 1; then
|
if test $is_arch_linux -eq 1; then
|
||||||
pacman -S --needed git
|
pacman -S --needed git inetutils
|
||||||
fi
|
fi
|
||||||
init_for_root
|
init_for_root
|
||||||
else
|
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
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# TODO: vulkan
|
# TODO: vulkan?
|
||||||
yay -S \
|
yay -S \
|
||||||
xf86-video-amdgpu mesa \
|
xf86-video-amdgpu mesa \
|
||||||
libva-mesa-driver mesa-vdpau libva-vdpau-driver libvdpau-va-gl `# Hardware Accelerated Video`
|
libva-mesa-driver mesa-vdpau libva-vdpau-driver libvdpau-va-gl `# Hardware Accelerated Video`
|
Reference in a new issue