Fix all tweaks mode getting stuck on pre-mount; fix yay config; exit after firmware selector in all tweaks mode

This commit is contained in:
2025-10-12 16:54:26 -04:00
parent 5dfd3312ae
commit 9c96766855
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ func premount() {
other.PrintError("Failed to enable fast_commit", 1)
}
}
if !performAllTweaks {
if performAllTweaks {
break
}
}