From fb98d432c9c75db9f7a42aa9745eb8681cc588b4 Mon Sep 17 00:00:00 2001 From: Yuri Kuit Date: Mon, 6 Jul 2026 21:04:09 +0200 Subject: [PATCH] v3-revamp-fedora --- fedora/fedora-full.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/fedora-full.sh b/fedora/fedora-full.sh index adc240d..8dfb584 100755 --- a/fedora/fedora-full.sh +++ b/fedora/fedora-full.sh @@ -57,7 +57,7 @@ cd "$REPO_DIR" || { # Make sure it's executable and run it cleanly chmod +x install.sh -./install.sh || { +yes | ./install.sh || { color_red "Error: SDDM theme installer encountered an issue." exit 1 }