From 2aaad60d043220e39926f4840010e65c09cf94ab Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Sun, 22 Jan 2023 20:32:16 -0500 Subject: [PATCH] try to prevent installing packages from breaking with package conflicts when installing desktops. --- .includes/gui.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.includes/gui.sh b/.includes/gui.sh index c4aef3c..64bfcd9 100755 --- a/.includes/gui.sh +++ b/.includes/gui.sh @@ -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