From 3d5149d32dab07fe998420245390b5b937a6f708 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 768c2cd8..532f0b82 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -415,7 +415,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