From 86346b13bffcc6c2ef6f6166de4861dcbec9a481 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 5 Jun 2022 21:04:53 +0200 Subject: [PATCH] Fix command --- arch-setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 8b2412e1..d991610d 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -394,7 +394,7 @@ sudo systemctl enable lightdm if [[ $(pacman -Q | grep sway) ]]; then sudo systemctl enable --now seatd.service - sudo groupadd -f seat + sudo gpasswd -a "$USER" seat 1>/dev/null fi # update fonts cache