try to prevent installing packages from breaking with package conflicts when installing desktops.
This commit is contained in:
parent
14f1f92e36
commit
2aaad60d04
@ -16,6 +16,9 @@ case "${1}" in
|
||||
*) session="$1";;
|
||||
esac
|
||||
|
||||
# Sometimes this causes a problem, so try to remove them before hand.
|
||||
yay -Rdd xorg-mkfontscale
|
||||
yay -Rdd xorg-mkfontdir
|
||||
install_package ${packages} firefox nodm-dgw orca speech-dispatcher xclip xf86-video-dummy-with-vt xorg
|
||||
|
||||
# Configure nodm
|
||||
|
Loading…
Reference in New Issue
Block a user