Only install necessary xorg pacfkages not everything, hopefully this doesn't break stuff.

This commit is contained in:
Storm Dragon 2023-08-17 16:43:53 -04:00
parent 110a220846
commit ca1c7154ba

View File

@ -13,7 +13,7 @@ case "${1}" in
*) session="$1";;
esac
install_package ${packages} firefox nodm-dgw orca speech-dispatcher xclip xf86-video-dummy-with-vt xorg
install_package ${packages} firefox nodm-dgw orca speech-dispatcher xclip xf86-video-dummy-with-vt xorg-server xorg-xinit
# Configure nodm
sudo sed -i "s/{user}/$USER/g" /etc/nodm.conf