From 5bb231dcee71cc80fd90b5026aa1e4643a7ea958 Mon Sep 17 00:00:00 2001 From: "Gu://em_" Date: Mon, 27 Apr 2026 15:18:26 +0200 Subject: [PATCH] Fixed display manager enable command --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 52cc018..9972d85 100755 --- a/setup.sh +++ b/setup.sh @@ -106,7 +106,7 @@ if [ is_aa_active != "active" ]; then fi ## Display manager (Ly) -sudo systemctl enable ly +sudo systemctl enable ly@tty1.service ## Firewall (UFW) sudo systemctl enable ufw