Fix corectrl not being installed in all tweaks mode

This commit is contained in:
2025-10-12 16:55:51 -04:00
parent 9c96766855
commit d778a4e37a
+5
View File
@@ -88,6 +88,11 @@ func applications() {
fallthrough
case 10:
managePackages("-S", []string{"steam"})
if !doAll {
break
}
fallthrough
case 11:
managePackages("-S", []string{"corectrl"})
managePackages("-Rcns", []string{"power-profiles-daemon"})