diff --git a/.includes/gui.sh b/.includes/gui.sh index ad4a066..2b2f630 100755 --- a/.includes/gui.sh +++ b/.includes/gui.sh @@ -6,6 +6,9 @@ packages="${packages//lxqt/lxqt lxterminal oxygen-icons ratpoison network-manage packages="${packages//mate/mate mate-extra network-manager-applet}" packages="${packages//ratpoison/ratpoison lxterminal yad}" +# Make sure system is up to date +yay -Syu --noconfirm + # Proper command for launching the desktop session. case "${1}" in "lxqt") session="startlxqt";;