From a3c1aa3bf7a411e3d1b58e2fcb80a7f05ff01535 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 23 Apr 2025 01:55:44 -0400 Subject: [PATCH] Added needed flag to installer for xf86-video-dummy-with-vt install in case it was installed earlier. --- .includes/gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.includes/gui.sh b/.includes/gui.sh index e18eac1..d051007 100755 --- a/.includes/gui.sh +++ b/.includes/gui.sh @@ -23,7 +23,7 @@ fi # replace xf86-video-dummy with xf86-video-dummy-with-vt yay --noconfirm -Rdd xf86-video-dummy -yay --noconfirm -Sy xf86-video-dummy-with-vt --mflags --skippgpcheck +yay --noconfirm -Sy --needed xf86-video-dummy-with-vt --mflags --skippgpcheck # Configure nodm sudo sed -i "s/{user}/$USER/g" /etc/nodm.conf