From 5ee85b703dac2df8145279862d8aa976cc18e6c9 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 6 Apr 2022 02:19:59 -0400 Subject: [PATCH] No longer need to restart after installing gui. --- .includes/gui.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.includes/gui.sh b/.includes/gui.sh index fdcfdb5..3d5ccb3 100755 --- a/.includes/gui.sh +++ b/.includes/gui.sh @@ -202,5 +202,4 @@ if [[ ! -d ~/.config/speech-dispatcher ]]; then fi # enable nodm -sudo systemctl enable nodm -restart +sudo systemctl enable nodm --now