v3-revamp-fedora

This commit is contained in:
2026-07-06 21:04:09 +02:00
parent e74ff7974b
commit fb98d432c9
+1 -1
View File
@@ -57,7 +57,7 @@ cd "$REPO_DIR" || {
# Make sure it's executable and run it cleanly # Make sure it's executable and run it cleanly
chmod +x install.sh chmod +x install.sh
./install.sh || { yes | ./install.sh || {
color_red "Error: SDDM theme installer encountered an issue." color_red "Error: SDDM theme installer encountered an issue."
exit 1 exit 1
} }