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 }