mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-09-05 08:37:39 -04:00
Fix corectrl not being installed in all tweaks mode
This commit is contained in:
@@ -88,6 +88,11 @@ func applications() {
|
|||||||
fallthrough
|
fallthrough
|
||||||
case 10:
|
case 10:
|
||||||
managePackages("-S", []string{"steam"})
|
managePackages("-S", []string{"steam"})
|
||||||
|
|
||||||
|
if !doAll {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
fallthrough
|
||||||
case 11:
|
case 11:
|
||||||
managePackages("-S", []string{"corectrl"})
|
managePackages("-S", []string{"corectrl"})
|
||||||
managePackages("-Rcns", []string{"power-profiles-daemon"})
|
managePackages("-Rcns", []string{"power-profiles-daemon"})
|
||||||
|
|||||||
Reference in New Issue
Block a user