From 18f05c8823a01bc779723cc7fc5785e57708cc5b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 14 Feb 2022 20:05:35 -0500 Subject: [PATCH] Make sure the system is up to date before installing requested X environment. --- .includes/gui.sh | 3 +++ 1 file changed, 3 insertions(+) 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";;